Commit Graph

266 Commits (79dfe1c3070b3c4af14a40acaa5bd8cb477acd3e)
 

Author SHA1 Message Date
Ri Xu 770026e956
- New function `SetSheetRow()` has been added for support write whole line at once, relate issue #96 and #194;
8 years ago
Ri Xu ecc3adf22a
- Add protection properties associated with the cell support, relate issue #191;
8 years ago
Ri Xu 06e54bf1c6
Readme and godoc has been updated.
8 years ago
Ri Xu 45c31c4764
- Update the function `AddChart()`: clustered, stacked and 100% stacked bar and column series charts supported, relate issue #190;
8 years ago
Ri Xu b1b056e0eb
Handle special shared string table file name `xl/SharedStrings.xml`, relate issue #188
8 years ago
Ri Xu 9d7b94d760
Update godoc to make charts compatibility with WPS, relate issue #187.
8 years ago
Ri Xu 7621927573
- Add a hyperlink to an image support for the function `AddPicture()`, relate issue #185;
8 years ago
Ri Xu 638bd44dd5
- gofmted with -s;
8 years ago
xuri 12760a7ee6
Merge pull request #184 from martinal/speedup-setcellstyle-more
8 years ago
Martin Sandve Alnæs e556c25047 Avoid looping over unused rows and columns in SetCellStyle.
8 years ago
Ri Xu 6f4e4d9ef1 Revert "The godoc and readme page has been updated."
8 years ago
Ri Xu e4611e9e25
The godoc and readme page has been updated.
8 years ago
xuri 4aadca6db8
Merge pull request #183 from pvelder/182_fix
8 years ago
dvelderp b25ec6e9d3 xlsx.SetCellValue() now supports bool value
8 years ago
xuri 541d29f3b2
Merge pull request #180 from mbresson/optimize-SetCellStyle
8 years ago
mbresson 317ef65381 make SetCellStyle quicker by skipping conversions in checkCellInArea, and skipping area checks when we are sure the cell can't be before or past the current row/col
8 years ago
Ri Xu 50cdaed5a3
- Add 3D column and 3D 100% stacked column chart support, relate issue #160;
8 years ago
Ri Xu 6dc135a992
Fix read columns count wrong in specific xlsx data, relate issue #175
8 years ago
Ri Xu 52b1a8e896
- Function `SetCellValue()` time.Duration support added, relate issue #176;
8 years ago
Ri Xu e13ccce89a
Copyright updated.
8 years ago
Ri Xu 46187309f4
Issue template and contributing guide updated.
8 years ago
Ri Xu af737dd3f6
Issue template added.
8 years ago
Ri Xu 749d12eece
- Fix `DeleteSheet()` make broken file, relate issue #165;
8 years ago
Ri Xu 6d634ca320
GitHub repo URL changed.
8 years ago
xuri 443695732e
Merge pull request #153 from jinzhu/master
8 years ago
Ri Xu 76366fc1d9
Travis CI config updated and typo fixed.
8 years ago
Ri Xu 07a4140098
- 24 hour time format supported, relate issue #163;
8 years ago
xuri 2dc385431d
Merge pull request #162 from rohanthewiz/master
8 years ago
Rohan Allison cc1d3fefc2 Add stacked bar chart
8 years ago
xuri 3d231cb549
Merge pull request #156 from dolmen-go/fix/SheetViewOptPtr-is-a-SheetViewOpt
8 years ago
xuri 130eb453f4
Merge pull request #154 from dolmen-go/feature/SheetPr-options
8 years ago
Olivier Mengué d2fb0197ab SheetViewOptionPtr: document that it is a superset of SheetViewOption
8 years ago
Olivier Mengué 954612157b Add {G,S}etSheetPrOptions()
8 years ago
xuri 90998bfb4d
Merge pull request #149 from dolmen-go/feature/SheetView-options
8 years ago
Olivier Mengué 88e48e079a Add SetSheetViewOptions and GetSheetViewOptions (#145)
8 years ago
Ri Xu eb54510cad
Add missing XML attributes `customWorkbookViews` and `customWorkbookView` in the workbook, relate issue #152.
8 years ago
Jinzhu 21214a514d Rename import path to github.com/360EntSecGroup-Skylar/excelize
8 years ago
Ri Xu 96b3e1ea74
Bugfix: corrupted xlsx after write operation, relate issue #152.
8 years ago
xuri a4ffb4fbfc
Merge pull request #141 from WingGao/wing
8 years ago
Ri Xu f10ee929d0
- Bugfix: use sheet name in func `AddPicture`, relate issue #142;
8 years ago
Wing Gao 48b8bac126 fix OpenReader no sheet error
8 years ago
Ri Xu ebafbdde73
Bugfix: use sheet name in func `AddChat`, relate issue #138
8 years ago
Ri Xu 8077732dff
Bugfix: read sheet name error, relate issue #137
8 years ago
Ri Xu b4ffa8ce48
- Add unsigned integer data type support, related issue #136;
8 years ago
Ri Xu 9b5b74d480
Performance optimization, use the array index instead of the value in range.
8 years ago
Ri Xu 905be463ed
Improve code readability.
8 years ago
Ri Xu d4df70bd9f Merge pull request #126 from dvrkps/patch-1
8 years ago
Davor Kapsa 87730aaf08 travis: update go versions
8 years ago
Ri Xu e820388d70
Handle coordinate parse exception, relate issue #122.
8 years ago
Ri Xu b7b937a8a3
godoc updated.
8 years ago