excelize
https://github.com/qax-os/excelize
Go
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported1 Subscribers
Add a CodeTriage badge to excelize
Help out
- Issues
- GO-2026-6452 still reported as unfixed in Excelize v2.11.0
- PERCENTILE.EXC panics with an index out of range for k at or above n/(n+1) or below 1/(n+1)
- VLOOKUP and XLOOKUP match a substring of a cell instead of the whole cell
- OR returns the text "TRUE" and drops the arguments after a cell range
- MINVERSE of a 2x2 matrix returns a matrix of zeros
- A negative zero is not equal to zero in = and <> and is not counted by COUNTIF
- COUNTA does not count an empty string
- VALUE of an empty cell returns #VALUE! instead of 0
- INDIRECT ignores the worksheet name, loses the cell type and returns "" for "$A$1"
- This closes #2411, anchor the wildcard match of the lookup functions
- Docs
- Go not yet supported