Veniamin Albaev
725c1a0c40
New feature: File.DuplicateRowTo() duplicate row to specified row position.
...
DuplicateRowTo() is similar to DuplicateRow() but copies specified row not just after specified source row
but to any other specified position below or above source row.
Also I made minor modifications of tests: using filepath.Join() instead of direct unix-way paths strings
to avoid possible tests fails on other OS.
6 years ago
xuri
b0ed4c12d2
Merge pull request #332 from mmitton/331_style_fill
...
Do not create a blank fill if no fill is specified in the style format
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
...
Resolve #318 , add new functions `SetPageLayout` and `GetPageLayout`
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
...
* #195 : proposed resolution to the issue
* Make GetRows return value avoid empty cell
* Update test file to fix broken testing.
6 years ago
xuri
fabd9d013f
README updated
6 years ago
xuri
34ee74b72a
Merge pull request #326 from fossabot/master
...
Add license scan report and status
6 years ago
fossabot
46179eac45
Add license scan report and status
...
Signed-off-by: fossabot <badges@fossa.io>
6 years ago
xuri
45ab95a4a1
Merge pull request #323 from albenik/tests_fix
...
Tests refactoring
6 years ago
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)
6 years ago
xuri
9a6f66a996
New feature: the function `SearchSheet` now support regular expression, relate pull request #316
6 years ago
Veniamin Albaev
7b7ca99f5d
Duplicate row ( #317 )
...
* go mod tidy applied
* File.DuplicateRow() method added
6 years ago
r-uchino
9b8baf75ad
Add RegSearchSheet ( #316 )
6 years ago
xuri
b04107c4a3
Resolve #311 , create 2D/3D area, stacked area, 100% stacked area chart support
6 years ago
xuri
e7a96da2db
Merge pull request #315 from CodeLingoBot/codelingo-setup
...
CodeLingo Setup
6 years ago
CodeLingo Bot
dcc20705ae
CodeLingo setup
...
Signed-off-by: CodeLingo Bot <hello@codelingo.io>
6 years ago
xuri
3ca3156d45
Merge pull request #313 from sairoutine/feature/get_merge_cells
...
Add GetMergeCells
6 years ago
sairoutine
3012df08eb
Add GetMergeCells
6 years ago
xuri
90221bd98f
Fixes #310 , support set and get TopLeftCell properties of sheet view options
6 years ago
xuri
d166d2e06f
Merge pull request #307 from mlh758/add-outline-summary
...
Add support to flip outline summaries
6 years ago
xuri
e728ff1498
Fixes #308 , refactor `NewSheet()`, `DeleteSheet()`, `SetActiveSheet()` and `GetActiveSheetIndex()`
6 years ago
xuri
62fbc216a7
Merge pull request #306 from wcsiu/go-module-migration
...
migrate to go module
6 years ago
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
6 years ago
wcsiu
252d31b3c6
migrate to go module
6 years ago
xuri
4094e0019f
Merge pull request #303 from CodeLingoBot/effective-go-fix-comments
...
Fix comments according to best practices by effective go
6 years ago
xuri
81b43da7b6
Fix comments according to best practices by effective go
6 years ago
xuri
b89f75c896
Add new logo for excelize
6 years ago
xuri
724ed5f9f3
Merge pull request #300 from taomin597715379/bugfix_297
...
resolve #297 , fix GetSheetMap() failed
6 years ago
taomin597715379
1bb59f75ea
resolve #297 , fix GetSheetMap() failed
...
Change-Id: I585a4a017867b89bd39cb6e711467a46eaa757be
6 years ago
xuri
507fc5307d
Merge pull request #291 from peiqi111/master
...
resolve #289 , #290
6 years ago
peiqi
ef334ee658
fix issue #290
6 years ago
xuri
2aca340f5d
Merge pull request #287 from q523591/unprotect-sheet
...
New function `UnprotectSheet()` has been added
6 years ago
q523591
51857a217d
New function `UnprotectSheet()` has been added
6 years ago
HcySunYang
4dbc78ce0a
resolve #273 new feature: protect sheet support
...
new feature: protect sheet support, relate issue #273
6 years ago
xuri
30122d0346
Merge pull request #280 from covv/search-sheet
...
resolve #277 Add testing case for the function `SearchSheet()`
6 years ago
xuri
7adb8f8a2e
Merge pull request #281 from tvso/miscellaneous
...
fix unknown option in JSON struct tag
6 years ago
tvso
0ef2324f0b
fix unknown option in JSON struct tag
6 years ago
covv
75edf1ac7d
Add testing case for the function `SearchSheet()`.
6 years ago
xuri
42c3541f68
Merge pull request #278 from peng/search-sheet
...
New function: `SearchSheet()`, relate issue #277
6 years ago
xuri
b917466c71
Merge pull request #278 from peng/search-sheet
...
New function: `SearchSheet()`, relate issue #277
6 years ago
peng
e2e58a3a44
New function: `SearchSheet()`, relate issue #277
6 years ago
xuri
90bdd3632f
Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276
6 years ago
xuri
1c45425f12
resolve #276 , add OfficeOpenXML-XMLSchema-Strict mode support
6 years ago
xuri
d8a34af384
Merge pull request #275 from Zheaoli/master
...
Add Support for WriteTo Buffer
6 years ago
lizheao
2be4d45c62
feat: add new function and refactor writeto action
...
* add new exported function to get Excel file content buffer
* refactor the WriteTo function
6 years ago
xuri
f0234e6c08
Merge pull request #233 from sewi-cpan/master
...
Update documentation and add sample file
6 years ago
xuri
204139739a
Merge branch 'master' into master
6 years ago
xuri
250946568c
Remove independent sample file
6 years ago