Commit Graph

37 Commits (eed431e0fc2f61b13e7745857a41cb47d9f7f810)

Author SHA1 Message Date
xuri eed431e0fc
This closes #1219, fixes cell value reading issue, improves performance, and 1904 date system support
3 years ago
xuri 8a335225c7
Format code, update documentation and remove exported variable `XMLHeaderByte`
3 years ago
xuri f87c39c41d
This closes #1148, resolve limitations when adding VBA project to the workbook
3 years ago
xuri 2245fccca0
Typo fix, rename exported constants, dependencies modules and copyright update
3 years ago
xuri 9e64df6a96
Update create style example, using a pointer of the structure instead of JSON
3 years ago
xuri e37e060d6f
This closes #1107, stream writer will create a time number format for time type cells
3 years ago
xuri 89b85934f6
This closes #1096, memory usage optimization and another 4 changes
3 years ago
xuri e52e755282
Now support set row style in the stream writer
3 years ago
xuri 48c16de8bf
Improve security and simplify code
3 years ago
xuri f9e9e5d2e0
This closes #882, support set rows height and hidden row by stream writer
4 years ago
xuri 544ef18a8c
- Support concurrency iterate rows and columns
4 years ago
xuri d932e62a12
This closes #855, fix missing formula cell when getting rows value
4 years ago
xuri a1e1db1e6f
This closes #838, fix wrong worksheet XML path of the stream writer in some case
4 years ago
xuri be12cc27f1
This closes #652, new SetColWidth API, support set column width in stream writing mode, and export error message
4 years ago
xuri 7e429c5b46
Fixe issue generated file corrupted caused by incorrect default XML namespace attributes
4 years ago
xuri af5e87dbcf
#826, support merge cell in streaming mode
4 years ago
xuri f8f699a172
Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, IMCSCH, IMEXP, IMLN and IMLOG10
4 years ago
xuri 2af96c0714
#65 fn: N, PERCENTILE.INC and T
4 years ago
xuri 7e12b560ce
#625, support setting formula for cell in streaming API
4 years ago
xuri 36b7990d6b
lint issue fixed and new formula function: ATAN, AVERAGE, AVERAGEA, CONCAT, CONCATENATE, COUNT, COUNTBLANK, MAX
4 years ago
xuri 30549c5e90
fix custom row height check issue
4 years ago
Lijingfeng 93160287bb
Optimize memory usage when stream flush and save (#659)
4 years ago
xuri bc704c854f update stream writer fields offset
4 years ago
xuri 843bd24e56 This closes #677 and closes #679, fix panic when enabling compiler inline flags
5 years ago
xuri c922c32fb7
support parse and generate XML element namespace dynamic, fix #651
5 years ago
xuri 0aa1510694
update docs and improve compatibility
5 years ago
xuri 15fd56853f
Update docs and typo fixed
5 years ago
xuri 1fe660df64
- Resolve #485 use sheet index instead of ID
5 years ago
xuri 0f2a905324 Performance improvements
5 years ago
xuri ad883caa0f
Resolve #580, revert commit 5ca7231ed4
5 years ago
xuri 023dba7265
Fix #576, serialize by fields order on stream flush
5 years ago
xuri 5f5ec76740
Fix #551, handle empty rows in streaming reading
5 years ago
xuri 09485b3f9f
Improve code coverage unit tests
5 years ago
Cameron Howey 5c87effc7e Stream to Excel table (#530)
5 years ago
xuri 1666d04559
optimization: checking error in unit tests
5 years ago
xuri a526e90404
Fix #426, handle empty workbook view
5 years ago
xuri 08d1a86c3a
Fix #523, add stream writer for generate new worksheet with huge amounts of data
5 years ago