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
- Bump actions/checkout from 6 to 7
- This closes #2191, add Rows.IterateColumns to stream cells without []string allocation
- Enhance bufferedWriter with bufio.Writer, scratch space, and configurable thresholds (B1)
- Optimize StreamWriter cell writing to reduce per-cell allocations (B2)
- Add dimension placeholder for accurate streaming worksheet dimensions (B3)
- Stream WriteTo directly to writer and fix ZIP64 local file header sizes (B4)
- perf: add FastReadMode with preloaded shared strings and FastRows iterator (C1)
- feat: add UseSharedStrings option for streaming writes (D1)
- feat: add SheetStats with GetSheetStats and CalculateSheetStats (E1)
- Add (*File).RecalcCell to persist a single formula cell's cached value
- Docs
- Go not yet supported