xuri
a3ee098ab6
Fix #466 , #480 Merge pull request #481 from bvwells/modules
...
Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1
5 years ago
Ben Wells
3c327413d9
Fix dependency on github.com/360EntSecGroup-Skylar/excelize v1
5 years ago
xuri
acbabcf8fc
Add pivot table cache definition struct
5 years ago
xuri
b30c642e2b
Prepare pivot table support, add pivot table definition struct
5 years ago
xuri
0acb3ef968
Testing files updated
5 years ago
Vsevolod Balashov
1fc4bc52fb
Fix #386 regression test added ( #440 )
...
* #386 regression test added
* closes #386 string to bigint on GOARCH=386
5 years ago
xuri
333c5881c0
Merge pull request #479 from mtmcfarl/patch-1
...
Updating Readme
5 years ago
Matthew McFarling
875dd22bd0
Updating Readme
...
Removing the /v2 on the package url as it does not work with the ```go get``` command.
5 years ago
xuri
407fb55c20
Update the Godoc
5 years ago
xuri
da99334fca
Merge pull request #475 from mqy/master
...
add missing error check in SetSheetRow()
5 years ago
mqy
64809db2c9
add missing error check in SetSheetRow()
5 years ago
xuri
3092ce6e54
Merge pull request #473 from dolmen-go/cell-Sprint
...
SetCellValue: use fmt.Sprint(v) instead of fmt.Sprintf("%v", v)
6 years ago
Olivier Mengué
ac395a60ed
SetCellValue: use fmt.Sprint(v) instead of fmt.Sprintf("%v", v)
...
Because that does the same thing, but without having to parse a format
string.
Signed-off-by: Olivier Mengué <dolmen@cpan.org>
6 years ago
xuri
9c70d0ac86
Documentation updated, Go 1.10+ required
6 years ago
xuri
adc4aed472
Merge pull request #464 from mlh758/fix-462
...
Fixed #462 Handle multi row inline strings
6 years ago
xuri
23c8d1ec8a
Merge pull request #469 from zaddok/patch-1
...
Fix potential memory leak
6 years ago
Harris
acd76425c2
Handle multi row inline strings
...
The inline string struct is actually the same
as the shared strings struct, reuse it.
Note that Go version 1.10 is required.
Fixes #462
6 years ago
xuri
e6b7ac9a03
Merge pull request #463 from mlh758/fix-457
...
Get sheet names based on index
6 years ago
zaddok
5107928892
Fix potential memory leak
...
Fix potential memory leak where zw is not Close() when an error occurs.
6 years ago
Harris
faaaa52cb8
Get sheet names based on index
...
SheetID only seems to indicate the file name for the sheet.
Check the sheets list based on index instead. Reordering sheets
in Excel changes the order they appear in that list.
Fixes #457
6 years ago
xuri
448f5524a8
Merge pull request #461 from mlh758/fix-439
...
Further improve read performance
6 years ago
Harris
e07581e980
Further improve read performance
...
Instead of re-encoding the full sheet to change the namespaces
in the encoded bytes, read the sheet again and do the byte
replacements there.
In this case, file access ends up being more performant than
marshaling the sheet back to XML.
In the SharedStrings test, ensure the strings are actually read.
Fix #439
6 years ago
xuri
d8df51098f
Merge pull request #458 from zhaov/master
...
Update comments
6 years ago
xuri
3599b24c95
Merge pull request #459 from WuXu1995/master
...
Bugfix #454
6 years ago
WuXu1995
497ad8f4be
Bugfix #454
6 years ago
zhaov
58a79b4172
Update comments
6 years ago
xuri
451e6e384a
Merge pull request #456 from mlh758/fix-439
...
Fix #439
6 years ago
Harris
ac91ca0ded
Only parse xml once when reading
...
We were parsing the whole sheet twice since the
sheet reader already reads in all the rows.
getTotalRowsCols function is unused after these changes
so it has been deleted as well.
Closes #439
6 years ago
xuri
cbe919fdf6
New feature: sparkline supported
6 years ago
xuri
1092009541
Fixed doc corruption when deleting all merged cells
6 years ago
xuri
9279c86d85
Add extensions URI of spreadsheetML
6 years ago
xuri
b5f7d4a78e
Merge pull request #447 from dongkai16z/master
...
Fix #443
6 years ago
xuri
da7001fcf1
Merge pull request #448 from Sustainedhhh/master
...
Fix #442
6 years ago
Sustainedhhh
0c9e5137e3
Fix #442
6 years ago
董凯
53e653f28e
Fix #443
6 years ago
xuri
c1357ee58f
Fix invalid formula in data validation drop list
6 years ago
xuri
35e485756f
Resolve #217 , new function add VBA project supported.
6 years ago
xuri
855c3605f6
Fix #437 , recalculate offset for merged cells adjuster
6 years ago
xuri
4f469530de
Update docs
6 years ago
xuri
74c6112658
Fix #434 , add missing comments
6 years ago
xuri
363a057345
Structure update #434
...
Add a missing element of the comment text elements
6 years ago
xuri
6962061200
add comments for SheetView parameters
6 years ago
Farmerx
821b90d1f0
# add: add Remarks for CalcChain c Attributes
6 years ago
xuri
14d490c83d
Add unit test for SetPageLayout
6 years ago
xuri
e14d2febc8
Resolve #432 , supplement the function of SetPageLayout
...
SetPageLayout support to set fit to width and height
6 years ago
xuri
4897276c68
Make fitToHeight tag omit empty
6 years ago
xuri
e780aa27c8
Add unit test for GroupSheets and UngroupSheets
6 years ago
xuri
8b2d4cb697
New feature: group and ungroup sheets support
...
New functions `GroupSheets` and `UngroupSheets` added
Refactor sheet index calculation
6 years ago
xuri
dc8210d4a7
Update GoDoc and typo fixed
6 years ago
xuri
54def7eaad
Add TIF, TIFF format images and more detailed error information when open the encrypted file
6 years ago