Commit Graph

128 Commits (2285d4dc718fb8b96c3b2291c63b39c57468b0b9)

Author SHA1 Message Date
xuri 2285d4dc71
handle the cell without r attribute in a row element
5 years ago
xuri 1fe660df64
- Resolve #485 use sheet index instead of ID
5 years ago
xuri 0f2a905324 Performance improvements
5 years ago
xuri 3f89c6e979
remove ineffectual variable assignments and simplify code
5 years ago
xuri 6afc468a02
Resolve #451, support create chart sheet
5 years ago
xuri 1d87da57ec
Resolve #492, init support for insert and remove page break
5 years ago
xuri ad883caa0f
Resolve #580, revert commit 5ca7231ed4
5 years ago
xuri e51aff2d95 Resolve #570, flat columns for the column's operation
5 years ago
xuri 5ca7231ed4
optimize code and comments: use println errors instead of panic
5 years ago
xuri 09485b3f9f
Improve code coverage 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 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
Harris bf9a835549
Reduce allocations when writing
5 years ago
xuri 5e418ebd66
Resolve #507, add the new function `DeleteDefinedName`
5 years ago
xuri e7581ebf3e
Fix corrupted Excel file issue #413
5 years ago
xuri 2e791fa433 Optimize code of Getting/Setting Page Margins
5 years ago
streboryaj 2d21b5b50f Added accessors for Getting/Setting Page Margins (#497)
5 years ago
xuri 8922f65978
Combine functions:
5 years ago
xuri 9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
Harris faaaa52cb8
Get sheet names based on index
6 years ago
xuri cbe919fdf6
New feature: sparkline supported
6 years ago
xuri b5f7d4a78e
Merge pull request #447 from dongkai16z/master
6 years ago
Sustainedhhh 0c9e5137e3
Fix #442
6 years ago
董凯 53e653f28e
Fix #443
6 years ago
xuri e14d2febc8
Resolve #432, supplement the function of SetPageLayout
6 years ago
xuri 8b2d4cb697
New feature: group and ungroup sheets support
6 years ago
xuri dc8210d4a7
Update GoDoc and typo fixed
6 years ago
xuri a335be7e4e
New functions: SetDefinedName and GetDefinedName added
6 years ago
xuri 421f945f51
Fixed #418, #420, #421, init adjust calculation chain support
6 years ago
xuri f91f548614
Resolve #404, get sheet map by target rels.
6 years ago
xuri 69b38ddcd6
Resolve #394, init set header and footer support
6 years ago
xuri 01a418bda8
Resolve #392, compatible with strict relations name space inspection
6 years ago
xuri 0660f30cdd
godoc update and typo fixed
6 years ago
Michael 0f9170a03b Resolve #382, rewrite prepareSheetXML to scale linearly (#383)
6 years ago
xuri a88459d5f1
add unit tests to functions
6 years ago
xuri f2df344739
Resolve #369,#370
6 years ago
Aplulu 841ff4a03e Fix out of range panic when removing formula.
6 years ago
xuri 40ff5dc1a7
refactor: handler error instead of panic,
6 years ago
Michael 2874d75555 Add benchmark for adding images to sheet (#367)
6 years ago
xuri 40ea8eb014
resolve #360, fix axis parse issue when add / get pictures;
6 years ago
Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356)
6 years ago
xuri f66212da9b
Resolve #106, #294 performance optimization for add hyperlink
6 years ago
xuri 0072bb7310
resolve the issue corrupted xlsx after deleting formula of cell, reference #346
6 years ago