Commit Graph

977 Commits (cb8bca0e92cbec30db10c2a2863ef81fd98a6138)
 

Author SHA1 Message Date
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
xuri b7b925c03f
Update readme
6 years ago
xuri 36fc39feb6
Merge pull request #340 from rentiansheng/datavalidation_formula_error
6 years ago
rentiansheng daf32a37f9 fix: datavalidation list error, formula > 255 issue #339
6 years ago
xuri 0c5c99e2ad
Merge pull request #337 from kkxkkxkkgh/paper-size
6 years ago
kkxkkxkkgh 81948d9e1e The function SetPageLayout support set paper size
6 years ago
xuri 7f1323f7ac
Merge pull request #334 from albenik/duplicate_row
6 years ago
Veniamin Albaev 725c1a0c40 New feature: File.DuplicateRowTo() duplicate row to specified row position.
6 years ago
xuri b0ed4c12d2
Merge pull request #332 from mmitton/331_style_fill
6 years ago
Michael W. Mitton 5dd00b9a00 Do not create a blank fill if no fill is specified in the style format
6 years ago
xuri 055d3fadf2
Merge pull request #330 from zhangleijlu/master
6 years ago
zhangleijlu 034de7acd8 Resolve #318, add new functions and
6 years ago
xuri 969f4e2399
Resolve #329, add copyright agreement statement on README and LICENSE
6 years ago
Rafael Barros dea7ba0ec4 Fixes #195: Make GetRows return value avoid empty cell
6 years ago
xuri fabd9d013f
README updated
6 years ago
xuri 34ee74b72a
Merge pull request #326 from fossabot/master
6 years ago
fossabot 46179eac45 Add license scan report and status
6 years ago
xuri 45ab95a4a1
Merge pull request #323 from albenik/tests_fix
6 years ago
Veniamin Albaev 35426ed5dc Tests refactoring
6 years ago
xuri 9a6f66a996
New feature: the function `SearchSheet` now support regular expression, relate pull request #316
6 years ago