Commit Graph

1046 Commits (cb0c1b012b55be6feccb99e66b7d9cae2c45e72f)
 

Author SHA1 Message Date
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
xuri 677a22d994 resolve #366 fix image duplication
6 years ago
Veniamin Albaev 7d197c6d89 Fixed PR #356 regression RemoveCol() broken (#365)
6 years ago
xuri 70b1a29165
Use bitSize for float32 type numbers conversion, relate PR #361
6 years ago
Michael b2c12d784e SetCellFloat for floats with specific precision (#361)
6 years ago
xuri 40ea8eb014
resolve #360, fix axis parse issue when add / get pictures;
6 years ago
xuri beff7b4f3c
Typo fixed and godoc updated
6 years ago
Veniamin Albaev dc01264562 Huge refactorig for consistent col/row numbering (#356)
6 years ago
xuri 092f16c744
Merge pull request #352 from caozhiyi/master
6 years ago
caozhiyi b974df402a update go test and function docs
6 years ago
Kimxu 164a3e126a update README and functions docs (#351)
6 years ago
Veniamin Albaev 12c1e2481e Implement consistent row addressing by Excel row number starting with 1 (#350)
6 years ago
xuri f66212da9b
Resolve #106, #294 performance optimization for add hyperlink
6 years ago
xuri 1aed1d744b
Resolve #274, performance optimization for add images, charts and shapes
6 years ago
BluesJhao 1427027e38 Resolve #235, performance optimization for add comments (#347)
6 years ago
xuri c223815cfe
Resolve #345, get comments by target reference
6 years ago
xuri 0072bb7310
resolve the issue corrupted xlsx after deleting formula of cell, reference #346
6 years ago
Olivier Mengué e780e41e02 Faster TitleToNumber (#343)
6 years ago