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
- CalculateCellValue returns cached value regardless of Options.RawCellValue
- Respect Options.RawCellValue when caching (fixes #2316)
- Optimize Streaming Write Performance for large Data Sets
- Add (*File).RecalcCell to persist a single formula cell's cached value
- Add RecalcOptions{Sheet, Ref} to scope File.Recalc
- Support quoted 3D references of the form SUM('Sheet1':'SheetN'!A1)
- This closes #2303, support 3D references across sheet ranges
- This closes #2307, add RecalcCell to persist a single formula cell's cached value
- This closes #2303, add File.Recalc for whole-workbook recalc
- This closes #2308, add RecalcOptions to scope File.Recalc to a sheet or range
- Docs
- Go not yet supported