Commit Graph

822 Commits (6b277c61d22419b1006e9b5c557e1175fb2f2d99)
 

Author SHA1 Message Date
xuri cb79754068
Merge pull request #592 from hexbioc/master
5 years ago
Vaibhav Nayak 83eedce70d Export ExcelDateToTime function to convert excel date to time
5 years ago
xuri 1e3c85024d
Resolve #571, init remove conditional format support
5 years ago
xuri 1d87da57ec
Resolve #492, init support for insert and remove page break
5 years ago
xuri 0ac7e18389
Merge pull request #589 from xxb-at-julichina/master
5 years ago
xxb-at-julichina 386a42dfa2
Update rows.go
5 years ago
xuri 821a5d8672
AddPivotTable API changed: new structure PivotTableField to hold pivot table fields for better scalability
5 years ago
xuri 8b20ea1685
Fix #586, duplicate row with merged cells
5 years ago
xuri 6dcb7013ee
Resolve #582, support to set date field subtotal and names for pivot table
5 years ago
xuri ad883caa0f
Resolve #580, revert commit 5ca7231ed4
5 years ago
xuri 52f1eee7c4
Fix #578, escape character in the formula
5 years ago
xuri 023dba7265
Fix #576, serialize by fields order on stream flush
5 years ago
xuri e51aff2d95 Resolve #570, flat columns for the column's operation
5 years ago
xuri a691c1048d
Merge pull request #565 from Amodio/master
5 years ago
Jacques Boscq 68754a2075 SetColVisible() can parse a column range + typos.
5 years ago
xuri cbc3fd21b7
Resolve #455, init delete picture from spreadsheet support
5 years ago
xuri e2bd08c911
Make DeleteChart delete multiple charts located on the same cell
5 years ago
xuri 0bb245523a
Resolve #557, init delete chart support
5 years ago
xuri fa7078f06c
Specified combo chart as variadic parameters
5 years ago
xuri 9ddb52eac4 Fix #554, init combo chart support, new chart pie of pie, bar of pie chart support
5 years ago
xuri 5ca7231ed4
optimize code and comments: use println errors instead of panic
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 8b960ee1e6
Fix #547 and #546, add default overlay element for the chart
5 years ago
xuri 5f3a4bc39f
Fix #538, added setting a major unit and tick label skip support for the chart
5 years ago
xuri 1666d04559
optimization: checking error in unit tests
5 years ago
xuri 4e4a5b9b3e
Improve compatibility, fix workbook's rels ID calc error
5 years ago
xuri ae2865d923
Improve code coverage unit tests
5 years ago
match-meng 7358dca436 Update comments for the xmlNewDecoder (#542)
5 years ago
xuri 4249dad8ea
Resolve #539 Merge branch 'v2'
5 years ago
Alex Geer b1b3c0d151 Fix #539 Fixed error opening excel file created in encoding d… (#540)
5 years ago
xuri a526e90404
Fix #426, handle empty workbook view
5 years ago
xuri 3763228ea7
Fix #533 Merge pull request #536 from match-meng/mergecell
5 years ago
xuri da0d2ffbb6 Fix #533, add support overlapped mergecells
5 years ago
Xudong Zhang 4c433c57e6 Resolve #527, unmerge an area (#528)
5 years ago
xuri 5d8365ca17
Fix #529, handle empty inline rich text
5 years ago
xuri 08d1a86c3a
Fix #523, add stream writer for generate new worksheet with huge amounts of data
5 years ago
xuri 842b942c71
Compatible with up to 64 namespaces of Kingsoft WPS
5 years ago
xuri 402ad2f62b
Update XML namespace
5 years ago
xuri 8d6e431dcd
Resolve #521, fix missing elements when parsing
5 years ago
xuri 7965e1231b
Resolve #146, make the GetRow function read data as streaming. Ref: #382, #515
5 years ago
马彦军 aa7eadbffe fix go lock
5 years ago
xuri c8c8397751
Fix #494 Merge pull request #514 from mlh758/fix-494-write-allocations
5 years ago
Harris bf9a835549
Reduce allocations when writing
5 years ago
xuri 6abf8bf972
Resolve #501, support set minor grid lines for the chart
5 years ago
xuri 5e418ebd66
Resolve #507, add the new function `DeleteDefinedName`
5 years ago
xuri 87390cdd99
Resolve #511, allow empty columns in the pivot table
5 years ago
Michael 9fe267ffcf Pre-allocate some memory when reading files (#510)
5 years ago
xuri e7581ebf3e
Fix corrupted Excel file issue #413
5 years ago