Commit Graph

332 Commits

Author SHA1 Message Date
xuri 34ee74b72a
Merge pull request #326 from fossabot/master
Add license scan report and status
2018-12-31 00:05:33 +08:00
fossabot 46179eac45 Add license scan report and status
Signed-off-by: fossabot <badges@fossa.io>
2018-12-30 06:41:08 -08:00
xuri 45ab95a4a1
Merge pull request #323 from albenik/tests_fix
Tests refactoring
2018-12-30 00:18:34 +08:00
Veniamin Albaev 35426ed5dc Tests refactoring
Primary motivation: Avoid statefull tests with not ignorable git file tree changes.
Multiple tests reads and overwrites signle file for won needs.
Multiple tests reads and overwrites file under version control.

Secondary motivation: Minimal tests logic aligment, separate error expectation
and not error expectation tests. Introduce sub-test over test data sets and so far.

This commit is not ideal but necessary (IMHO)
2018-12-27 13:51:44 +03:00
xuri 9a6f66a996
New feature: the function `SearchSheet` now support regular expression, relate pull request #316 2018-12-26 14:48:14 +08:00
Veniamin Albaev 7b7ca99f5d Duplicate row (#317)
* go mod tidy applied

* File.DuplicateRow() method added
2018-12-26 13:33:40 +08:00
r-uchino 9b8baf75ad Add RegSearchSheet (#316) 2018-12-26 13:30:59 +08:00
xuri b04107c4a3
Resolve #311, create 2D/3D area, stacked area, 100% stacked area chart support 2018-12-23 00:07:47 +08:00
xuri e7a96da2db
Merge pull request #315 from CodeLingoBot/codelingo-setup
CodeLingo Setup
2018-12-22 00:02:23 +08:00
CodeLingo Bot dcc20705ae CodeLingo setup
Signed-off-by: CodeLingo Bot <hello@codelingo.io>
2018-12-21 14:20:22 +13:00
xuri 3ca3156d45
Merge pull request #313 from sairoutine/feature/get_merge_cells
Add GetMergeCells
2018-12-19 23:32:12 +08:00
sairoutine 3012df08eb Add GetMergeCells 2018-12-19 20:54:38 +09:00
xuri 90221bd98f
Fixes #310, support set and get TopLeftCell properties of sheet view options 2018-12-18 21:50:07 +08:00
xuri d166d2e06f
Merge pull request #307 from mlh758/add-outline-summary
Add support to flip outline summaries
2018-12-16 11:15:50 +08:00
xuri e728ff1498
Fixes #308, refactor `NewSheet()`, `DeleteSheet()`, `SetActiveSheet()` and `GetActiveSheetIndex()` 2018-12-15 00:08:55 +08:00
xuri 62fbc216a7
Merge pull request #306 from wcsiu/go-module-migration
migrate to go module
2018-12-14 12:09:31 +08:00
Harris faa7285a4f
Add support to flip outline summaries
This adds outlinePr support, with the summaryBelow attribute
which defaults to true.

Closes #304

Signed-off-by: Michael Harris
2018-12-13 14:01:57 -06:00
wcsiu 252d31b3c6 migrate to go module 2018-12-13 23:39:13 +08:00
xuri 4094e0019f
Merge pull request #303 from CodeLingoBot/effective-go-fix-comments
Fix comments according to best practices by effective go
2018-12-11 11:41:20 +08:00
xuri 81b43da7b6 Fix comments according to best practices by effective go 2018-12-11 15:05:15 +13:00
xuri b89f75c896
Add new logo for excelize 2018-12-05 00:27:19 +08:00
xuri 724ed5f9f3
Merge pull request #300 from taomin597715379/bugfix_297
resolve #297, fix GetSheetMap() failed
2018-11-24 21:38:39 +08:00
taomin597715379 1bb59f75ea resolve #297, fix GetSheetMap() failed
Change-Id: I585a4a017867b89bd39cb6e711467a46eaa757be
2018-11-24 21:27:29 +08:00
xuri 507fc5307d
Merge pull request #291 from peiqi111/master
resolve #289, #290
2018-11-08 12:37:42 +08:00
peiqi ef334ee658
fix issue #290 2018-11-08 11:43:29 +08:00
xuri 2aca340f5d
Merge pull request #287 from q523591/unprotect-sheet
New function `UnprotectSheet()` has been added
2018-11-04 23:28:39 +08:00
q523591 51857a217d New function `UnprotectSheet()` has been added 2018-11-04 23:14:43 +08:00
HcySunYang 4dbc78ce0a resolve #273 new feature: protect sheet support
new feature: protect sheet support, relate issue #273
2018-11-02 23:08:31 +08:00
xuri 30122d0346
Merge pull request #280 from covv/search-sheet
resolve #277 Add testing case for the function `SearchSheet()`
2018-10-30 10:30:20 +08:00
xuri 7adb8f8a2e Merge pull request #281 from tvso/miscellaneous
fix unknown option in JSON struct tag
2018-10-28 00:01:16 +08:00
tvso 0ef2324f0b fix unknown option in JSON struct tag 2018-10-27 23:19:59 +08:00
covv 75edf1ac7d Add testing case for the function `SearchSheet()`. 2018-10-27 22:54:17 +08:00
xuri 42c3541f68 Merge pull request #278 from peng/search-sheet
New function: `SearchSheet()`, relate issue #277
2018-10-27 14:47:55 +08:00
xuri b917466c71
Merge pull request #278 from peng/search-sheet
New function: `SearchSheet()`, relate issue #277
2018-10-27 14:47:55 +08:00
peng e2e58a3a44 New function: `SearchSheet()`, relate issue #277 2018-10-27 14:19:54 +08:00
xuri 90bdd3632f
Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276 2018-10-18 10:23:08 +08:00
xuri 1c45425f12
resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support 2018-10-17 00:28:31 +08:00
xuri d8a34af384
Merge pull request #275 from Zheaoli/master
Add Support for WriteTo Buffer
2018-10-12 10:36:19 +08:00
lizheao 2be4d45c62 feat: add new function and refactor writeto action
* add new exported function to get Excel file content buffer

* refactor the WriteTo function
2018-10-12 10:25:10 +08:00
xuri f0234e6c08
Merge pull request #233 from sewi-cpan/master
Update documentation and add sample file
2018-09-27 23:40:33 +08:00
xuri 204139739a
Merge branch 'master' into master 2018-09-27 23:40:00 +08:00
xuri 250946568c
Remove independent sample file 2018-09-27 23:36:27 +08:00
xuri 3e004d900b
Comments style changed. 2018-09-14 00:58:48 +08:00
xuri 13a9769cc5
Comments style changed. 2018-09-14 00:44:23 +08:00
xuri 2f146c923c
Comments style changed. 2018-09-14 00:35:47 +08:00
xuri 6ced438f39
New function `AddPictureFromBytes()` has been added, this resolve #259 and close #271. 2018-09-14 00:24:49 +08:00
xuri 4f47737d64
Complete unit testing case for data validation 2018-09-13 10:38:01 +08:00
xuri b4a6e61ec3
Fix golint errors under confidence 0.1 2018-09-12 15:47:56 +08:00
xuri 99c9d04f67
Merge pull request #270 from rentiansheng/valiationdata
data validation drop-down list use sqref cell  issue #268
2018-09-06 20:10:00 +08:00
rentiansheng 93cbafb0e2 data validation drop-down list use sqref cell issue #268 2018-09-04 13:40:53 +08:00