A C++ library for reading, writing, creating and modifying Microsoft Excel® (.xlsx) files.
Stars
1.7k
Forks
382
Watchers
1.7k
Open Issues
49
Overall repository health assessment
No package.json found
This might not be a Node.js project
679
commits
122
commits
4
commits
3
commits
3
commits
2
commits
2
commits
2
commits
1
commits
1
commits
2025-07-14 BUGFIX XLRowData.cpp issue #368: check that m_currentCell is valid
79a0e33View on GitHubMerge pull request #365 from mapfeld/mapfeld-xlcomments-rich-comments-fix
7ded3dbView on GitHub2025-04-22 XLDocument: removed a leftover debug message
86af3b0View on GitHub2025-04-20 XLDocument: added validation of worksheet names when creating, renaming or cloning worksheets to address #358
9d673a3View on GitHub2025-03-12 added mention of new cmake option OPENXLSX_ENABLE_LTO to README.md
0b14607View on GitHubMerge pull request #355 from Alexey-cpu/development-aral
aff3556View on GitHub2025-04-08 generic: streamlined use of quotes for includes of library headers - affected XLException.hpp
9de11eaView on GitHub2025-04-08 XLMergeCells: remove <mergeCells> element from worksheet XML when merge count is 0 - addresses #351
13b1461View on GitHub2025-04-07 Demo10: added a disabled use of borders with merged cells
48e1b41View on GitHub2025-04-06 XLMergeCells constructor: ensure initial array count attribute (if only 0) / issue #351
75f9be4View on GitHub