Commit Graph

463 Commits (475fbf3856dd83c4813874570ae5ae2cb48ed421)
 

Author SHA1 Message Date
xuri 14d490c83d
Add unit test for SetPageLayout
6 years ago
xuri e14d2febc8
Resolve #432, supplement the function of SetPageLayout
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
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
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
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
6 years ago
Harris b1c9884f6d Add the ability to change the default font
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
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
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
6 years ago
xuri 8fff533b40
Merge pull request #379 from yoshhiide/bug-calc-position-object
6 years ago
Aplulu 841ff4a03e Fix out of range panic when removing 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).
6 years ago
nabeyama yoshihide 28c02e3aaf Fixed bug in column cell to check.
6 years ago
xuri eca66180f1
resolve #359, optimize for saving duplicate images
6 years ago
Michael a94dcb9918
Do not save duplicate images
6 years ago
xuri f0244c0016
Add unit test to improve testing coverage
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