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
xuri
9f8623047d
Optimize code, fix golint issues
6 years ago
xuri
e77c462d3f
Support to create bubble and 3D bubble chart
6 years ago
xuri
a335be7e4e
New functions: SetDefinedName and GetDefinedName added
6 years ago
xuri
5cf1c05ed4
Add surface 3D, wireframe Surface 3D, contour, and wireframe contour chart support
6 years ago
xuri
dc0869fde3
support to create cone, pyramid and cylinder series chart for column and bar types
6 years ago
xuri
e124f6000a
Fix #425 , handle empty font style format
6 years ago
xuri
821632cf89
Fix #424 , refactor merged cells adjuster
6 years ago
xuri
46a3632ee0
Fix #422 , avoid accent theme color index overflow
6 years ago
xuri
421f945f51
Fixed #418 , #420 , #421 , init adjust calculation chain support
...
Update testing case
6 years ago
xuri
3997dee1f5
Fix #411 , change font size to float type
6 years ago
xuri
cff16fa811
- Supplemental worksheet struct fields and field order adjustment
...
- Testing case for set and get doc properties
- Update charts struct XML tags
6 years ago
xuri
db99373b25
Resolve #415 , init set and get doc properties support
6 years ago
xuri
d038ca2e9c
Fix #413 , make pivot cache ID not omit empty
6 years ago