1. 3d367e0 build: bump github/codeql-action from 3 to 4 (#1027) by dependabot[bot] · 13 hours ago main
  2. bfaee0d build: bump DavidAnson/markdownlint-cli2-action from 24.1.0 to 24.2.0 (#1026) by dependabot[bot] · 13 hours ago
  3. 55c03c4 build: bump nwtgck/actions-netlify from 3.0.0 to 4.0.0 (#1025) by dependabot[bot] · 13 hours ago
  4. bd6b20d build: bump actions/upload-artifact from 4 to 7 (#1024) by dependabot[bot] · 13 hours ago
  5. 67f5ebb build: bump actions/setup-node from 6 to 7 (#1023) by dependabot[bot] · 15 hours ago
  6. 8d5f399 Update dependabot configuration for GitHub Actions (#1022) by PJ Fanning · 15 hours ago
  7. 70e445a fix: read XLS literal error cells as errors instead of booleans (#1011) by anchor · 5 days ago
  8. c65712d fix: correct SheetWriteHandler.afterSheetDispose to avoid repeated execution (#900) by Bengbengbalabalabeng · 5 days ago
  9. 470025d fix: avoid recursive hashCode in write holder contexts (#911) by Minseok Song · 5 days ago
  10. 0add567 refactor: simplify hex escape pattern scanning (#1003) by Nikita Kuprins · 6 days ago
  11. e120395 test: expand unit coverage for scalar converters in ConverterTest (#999) by Lance · 6 days ago
  12. afff2b5 docs: Update the release version document (#967) by DeleiGuo · 6 days ago
  13. b1ab158 refactor: unify and overload readSheet methods for flexible usage (#1014) by DeleiGuo · 6 days ago
  14. 60b1584 build: bump org.apache.maven.wrapper:maven-wrapper from 3.1.0 to 3.1.1 (#1013) by dependabot[bot] · 7 days ago
  15. e6b6d1a style: redesign homepage hero as a spreadsheet grid (#983) by Nikita Kuprins · 7 days ago
  16. 1fb9572 test: add tests for EscapeHexCellWriteHandler (#1001) by Nikita Kuprins · 7 days ago
  17. 40d54dc docs: add documentation for the includeColumnIndex parameter (#1008) by Selim S. · 7 days ago
  18. c8224b8 feat: add support for column-based reading of XLS files (#981) by Selim S. · 10 days ago
  19. 30a0b74 docs: remove redundant blank line in java code block (#996) by xleoken · 14 days ago
  20. bcfc9be fix: remove the broken star history chart (#998) by Nikita Kuprins · 14 days ago
  21. 424d12c docs: expand the write/fill pages and replace their screenshots with grids (#979) by Nikita Kuprins · 14 days ago
  22. 3d5a7e9 refactor: generate trivial accessors with Lombok (#995) by Nikita Kuprins · 14 days ago
  23. b027e5a fix: remove indexFieldMap entry by field key, not running counter (#976) (#977) by aias00 · 14 days ago
  24. c03a9c5 docs: remove redundant blank line (#992) by xleoken · 2 weeks ago
  25. bae0c66 feat: add support for column-based reading of CSV files (#982) by Selim S. · 2 weeks ago
  26. 5274b2f fix: eliminate implicit numeric cast warning in date generation (#990) by xleoken · 2 weeks ago
  27. 5384337 docs: bump npm dependencies to address component vulnerability risks (#984) by DeleiGuo · 2 weeks ago
  28. 332e0c2 build: bump com.alibaba.fastjson2:fastjson2 from 2.0.63 to 2.0.64 (#987) by dependabot[bot] · 2 weeks ago
  29. b1d35a6 fix: descriptive error for unrecognized cell type attribute (#965) by Nikita Kuprins · 3 weeks ago
  30. b912bea fix: mark CsvCell Calendar value as a date to avoid silent empty write (#973) (#974) by aias00 · 3 weeks ago
  31. 893abd3 fix: copy default read converter map to isolate per-reader custom converters (#972) by aias00 · 3 weeks ago
  32. c7993d5 fix: clone DataFormatData in WriteCellStyle.merge to avoid mutating cached annotation style (#957) by Nikita Kuprins · 3 weeks ago
  33. 7c233b5 build: bump com.alibaba.fastjson2:fastjson2 from 2.0.62 to 2.0.63 (#980) by dependabot[bot] · 3 weeks ago
  34. 50a6b5b docs: update code-review instructions for HeadBuilder and wildcard imports (#970) by Bengbengbalabalabeng · 4 weeks ago
  35. 1f03942 dependency: upgrade assertj-core to 3.27.7 to fix XXE vulnerability (CVE-2025-NDJSON) (#969) by ian zhang · 4 weeks ago
  36. c36bd52 docs: upgrade website dependencies and CI (#968) by DeleiGuo · 4 weeks ago
  37. 0acb6e0 fix: reset cached batch in PageReadListener between sheets to avoid duplicate rows (#961) by Nikita Kuprins · 4 weeks ago
  38. 9a3201f fix: remove redundant buffer copy in IoUtils.toByteArray(InputStream) (#963) by Nikita Kuprins · 4 weeks ago
  39. f688ba9 fix: CsvCell crashes on java.sql.Date/Time due to unsupported toInstant() (#954) by ian zhang · 4 weeks ago
  40. 6904257 test: Assert valid excel file with expected column count (#945) by Selim S. · 4 weeks ago
  41. d014aeb ci: add ASF allowlist check (#966) by DeleiGuo · 4 weeks ago
  42. d80dc96 fix: XLS BIFF8 encryption not applied due to premature password clearing (#959) by ian zhang · 4 weeks ago
  43. a6dbe80 docs: add Copilot repository and code review instructions (#958) by ian zhang · 4 weeks ago
  44. f22b56b refactor: encapsulate xlsx boolean cell parsing in CellData (#964) by Nikita Kuprins · 4 weeks ago
  45. aeffefa feat: add support for column index limit in ReadSheet (#942) by Selim S. · 4 weeks ago
  46. 4b426ba feat: cache date and number formatters (#948) by Duansg · 5 weeks ago
  47. 68b7e1c docs (#949) by Selim S. · 5 weeks ago
  48. d7fae5a feat: add fluent header api for no-bean mode (#943) by Bengbengbalabalabeng · 6 weeks ago
  49. 559d1eb fix: fix error in using relativeHeadRowIndex for writing tables only (#810) by ZenanMiao · 7 weeks ago
  50. a7675fb chore: update copyright year to 2026 in footer and NOTICE files (#939) by Shuxin Pan · 7 weeks ago
  51. 920bb26 feat: split StringImageConverter into Pathname and Base64 (#934) by Bengbengbalabalabeng · 7 weeks ago
  52. 38f16e3 chore(test): remove wildcard imports (#938) by Bengbengbalabalabeng · 8 weeks ago
  53. fd57541 [Test] Add testkit infrastructure and refactor unit tests with JUnit 5 parameterized patterns (#901) by gongzhongqiang · 8 weeks ago
  54. 5fb72f7 docs: add blog for migration with OpenRewrite (#910) by Bengbengbalabalabeng · 9 weeks ago
  55. 6374a8c fix: support SQL date types in WriteCellData (#912) by Minseok Song · 9 weeks ago
  56. 3bcdbdc build: bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 (#931) by dependabot[bot] · 9 weeks ago
  57. a9d1e8e build: bump com.alibaba.fastjson2:fastjson2 from 2.0.61 to 2.0.62 (#909) by dependabot[bot] · 9 weeks ago
  58. ec02cc5 docs(blog): add CVE-2026-49328 security advisory (#933) by Bengbengbalabalabeng · 2 months ago
  59. 4979089 feat: support freeze pane via FreezePane or register WriteHandler on write (#916) by Bengbengbalabalabeng · 2 months ago
  60. 853acf4 chore: merge 2.0.2-incubating into main branch (#930) by Shuxin Pan · 2 months ago
  61. 7fe23f0 refactor: manage password handling in Excel processing (#928) by Shuxin Pan · 3 months ago
  62. 540a592 docs: update download page for release 2.0.2-incubating (#922) by DeleiGuo · 3 months ago
  63. c44cc05 fix: Correct off-by-one error in CsvRow#getCell(int) (#677) by Bengbengbalabalabeng · 4 months ago
  64. f673fcb fix: correct CSV physical cell count (#907) by Minseok Song · 4 months ago
  65. b340888 docs: add blog for new committer (#908) by Bengbengbalabalabeng · 4 months ago
  66. 7606303 test: cover field-level converter precedence (#906) by Minseok Song · 4 months ago
  67. 52d4b1f docs: fix Maven Central artifact link (#904) by Minseok Song · 4 months ago
  68. bd22a31 docs: fix fastexcel 1.1.0 sha link (#903) by Minseok Song · 4 months ago
  69. 14704d6 docs: add Alibaba attribution to 5 legacy-derived example files (#897) by Minseok Song · 4 months ago
  70. 3986b8b chore: enforce frozen lockfile in CI (#895) by Shuxin Pan · 4 months ago
  71. b00281a docs: standardize and enhance status badges (#896) by Bengbengbalabalabeng · 4 months ago
  72. bf3d23b fix: custom converters not being inherited from parent write holders (#893) by Uğur Tafralı · 4 months ago
  73. 95186b4 docs: rename DISCLAIMER-WIP to DISCLAIMER and remove outdated content (#890) by Shuxin Pan · 5 months ago
  74. 79b77bb docs: add copyright notices to the fesod-sheet module (#880) by Bengbengbalabalabeng · 5 months ago
  75. 1291fa3 build: bump com.alibaba.fastjson2:fastjson2 from 2.0.60 to 2.0.61 (#887) by dependabot[bot] · 5 months ago
  76. 499c854 docs: add copyright notices to the fesod-sheet-examples module (#888) by Bengbengbalabalabeng · 5 months ago
  77. 72614af build: bump org.projectlombok:lombok from 1.18.42 to 1.18.44 (#883) by dependabot[bot] · 5 months ago
  78. 115deaf docs: supplement website migration guide using content from SKILL.md (#884) by Bengbengbalabalabeng · 5 months ago
  79. 62c46e8 docs: add missing feature docs and rearrange sidebar for progressive learning (#882) by gongzhongqiang · 5 months ago
  80. 9af03ca docs: correct casing of "Incubating" in copyright notices (#881) by Bengbengbalabalabeng · 6 months ago
  81. ab073fc docs: add copyright notices to the fesod-common module (#879) by Bengbengbalabalabeng · 6 months ago
  82. 7c877d9 docs: add copyright notice for Apache Fesod in BeanMapUtils (#877) by Shuxin Pan · 6 months ago
  83. c09387f refactor(examples): Fesod Examples Module Refactoring (#770) by gongzhongqiang · 6 months ago
  84. a88534a chore: update the version number to 2.1.0-SNAPSHOT (#875) by DeleiGuo · 6 months ago
  85. db8b7b0 docs: fix typo in blog post (#873) by Bengbengbalabalabeng · 6 months ago
  86. 9c7d213 docs: improve the content of the 20250917 blog (#866) by DeleiGuo · 6 months ago
  87. 912a8de docs(blog): fix CSP issue by replacing shields.io badge with local image (#872) by Bengbengbalabalabeng · 6 months ago
  88. 2c8c352 docs: remove the unusable bom documents (#870) by DeleiGuo · 6 months ago
  89. da99a75 feat(blog): add welcome blog for new committer (#871) by gongzhongqiang · 6 months ago
  90. 9c0a9b2 doc: announce official release of Apache Fesod (Incubating) (#869) by Shuxin Pan · 6 months ago
  91. a3be74f chore: bump markdownlint-cli2 from 0.18.1 to 0.20.0 (#867) by DeleiGuo · 6 months ago
  92. 5c77cdd build: bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 (#856) by dependabot[bot] · 6 months ago
  93. d10f429 fix: Image type recognition failure in FileTypeUtils (#812) by Bengbengbalabalabeng · 6 months ago
  94. 9db0553 fix: support immutable lists in dynamic header (#668) by Bengbengbalabalabeng · 6 months ago
  95. 136048a chore: update parent version to 2.1.0-incubating in pom.xml (#868) by gongzhongqiang · 6 months ago
  96. cb15574 ci: bump DavidAnson/markdownlint-cli2-action from 21.0.0 to 22.0.0 (#863) by DeleiGuo · 6 months ago
  97. c35b92b docs: add new committer GOODBOY008 with avatar (#860) by DeleiGuo · 6 months ago
  98. 9866d26 feat(skill): add migration skill for transitioning from FastExcel to Fesod (#858) by ian zhang · 6 months ago
  99. 679f23f build: bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.29 (#851) by dependabot[bot] · 6 months ago
  100. e0ad93a docs: Add missing ASF license headers to website docs (#841) by Hrittija Bhattacharjee · 6 months ago