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
xuri
6233757805
Merge pull request #391 from mlh758/390-change-default-font
...
Add the ability to change the default font
6 years ago
Harris
b1c9884f6d
Add the ability to change the default font
...
Closes #390
6 years ago
xuri
f91f548614
Resolve #404 , get sheet map by target rels.
6 years ago
xuri
7e77e14814
Resolve #397 , support set style by columns
6 years ago
xuri
25763ba3e1
fixed #373 , comments duplicate caused by inner counting errors
6 years ago
xuri
69b38ddcd6
Resolve #394 , init set header and footer support
6 years ago
xuri
72701e89c7
Fix structs fields definition errors and keep double quotes in data validation formula
6 years ago
xuri
63e97ffc9a
Remove Go 1.8 test in TravisCI
6 years ago
xuri
b1f632d408
Resolve #393 , upgrade Go module to v2
6 years ago
xuri
01a418bda8
Resolve #392 , compatible with strict relations name space inspection
6 years ago
xuri
29b2854e53
Update readme
6 years ago
xuri
095b5fb62a
Resolve #387 , skip saving empty calculation chains
6 years ago
xuri
b45c4b094c
Add a check for maximum limit hyperlinks in a worksheet
...
typo fixed
6 years ago
xuri
0660f30cdd
godoc update and typo fixed
6 years ago
Michael
0f9170a03b
Resolve #382 , rewrite prepareSheetXML to scale linearly ( #383 )
...
* Rewrite prepareSheetXML to scale linearly
We don't need to backfill columns into every row for most purposes
Provided makeContiguousColumns for setting styles where we do
need it for a specific region.
Added a benchmark to monitor progress. For 50,000 rows this went
from about 11 seconds to 1 second. The improvements are more
dramatic as the row/column count increases.
* Assigning that row value was redundant
6 years ago
xuri
a88459d5f1
add unit tests to functions
6 years ago
xuri
f2df344739
Resolve #369,#370
...
add error return value
exported functions:
GetMergeCells
ProtectSheet
UnprotectSheet
UpdateLinkedValue
GetMergeCells
SetSheetVisible
inner functions:
workSheetReader
copySheet
6 years ago
xuri
c423617e9d
Check max length for SetCellStr and fix coordinate issue for MergeCell
6 years ago
xuri
031ae303fd
Merge pull request #381 from aplulu/fix_calcchain
...
Fix two bugs related to Formula
6 years ago
xuri
8fff533b40
Merge pull request #379 from yoshhiide/bug-calc-position-object
...
fix calc object position for addPicture
6 years ago
Aplulu
841ff4a03e
Fix out of range panic when removing formula.
...
Fix file corruption issue when deleting a sheet containing a formula.
6 years ago
xuri
4e7d93a777
Resolve #377 , avoid empty column in GetRows result
6 years ago
nabeyama yoshihide
8134197b07
Adjust coding style
6 years ago
nabeyama yoshihide
b0acd922ef
Fixed bug in the calculation target cell(row).
...
The target cell for calclator the height was shifted by 1.
6 years ago
nabeyama yoshihide
28c02e3aaf
Fixed bug in column cell to check.
...
The target cell for calclator the width was shifted by 1.
6 years ago
xuri
eca66180f1
resolve #359 , optimize for saving duplicate images
...
Do not save duplicate images
6 years ago
Michael
a94dcb9918
Do not save duplicate images
...
Adding the same image should create a drawing referencing the
already stored copy of the image.
Closes #359
6 years ago
xuri
f0244c0016
Add unit test to improve testing coverage
6 years ago