Commit Graph

  • 13cf7a3b03
    Merge pull request #243 from liepumartins/patch-2 xuri 2018-06-27 14:03:06 +0800
  • 4855a43bc6 Restore date 32bit compatibility, be more verbose Mārtiņš 2018-06-26 16:33:21 +0300
  • 741810a863 improved commenting formatting Rad Cirskis 2018-06-23 23:35:27 +1200
  • 3a91b28ddb
    Merge pull request #237 from liepumartins/patch-1 xuri 2018-06-20 15:53:30 +0800
  • 37c470e8c0 Ability to parse dates further in future Mārtiņš 2018-06-19 15:28:40 +0300
  • 5db716d849
    Merge pull request #155 from dolmen-go/deepcopy-with-reflect xuri 2018-06-17 21:38:14 +0800
  • 4a1b406456 CopySheet() using reflect instead of encoding/gob Olivier Mengué 2017-11-17 12:56:58 +0100
  • 2132de1a08 Extract WriteTo method (see io.WriterTo) to expose bytes written Olivier Mengué 2018-06-14 17:00:00 +0200
  • ccdefb3b16 Documentation: * Add information about return value of NewSheet() * Minor documentation language fixes Samples: * Added sample go file for dumping a XLSX file to the console Sebastian Willing 2018-06-11 17:25:28 +0200
  • 9e463b4614
    - Add error return value for functions: `AddChart()`, `AddComment()`, `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` - go test has been updated xuri 2018-05-27 11:25:55 +0800
  • aaced358f1
    - Initialize shared formula types support, relate issue #227; - go test and godoc has been updated xuri 2018-05-26 16:23:15 +0800
  • d96440edc4
    - Performance optimization 20% faster, 14% memory savings on set cell values; - Using the canonical syntax in issue template and contributing guide; - go test has been updated xuri 2018-05-15 21:00:56 +0800
  • 167554bfec
    Improve unit testing, remove redundant code. xuri 2018-05-14 10:12:46 +0800
  • eb62256d16
    Simplify testing code, add test case for outline functions and update the godoc. v1.3.0 xuri 2018-05-11 10:14:18 +0800
  • b5655ce121
    Merge pull request #219 from jdevelop/feature/chart-size xuri 2018-05-10 09:50:31 +0800
  • 1787c3533b Use format string for chart dimension. Eugene Dzhurinsky 2018-05-09 07:44:04 -0400
  • 18aa606ffe
    Merge pull request #221 from srdolor/outline xuri 2018-05-09 10:40:00 +0800
  • e09e47d988 Custom chart size. Eugene Dzhurinsky 2018-05-05 21:03:03 -0400
  • e8961f0aff
    - Bugfix: set font family not works, relate issue #222; - Remove useless function `replaceWorkSheetsRelationshipsNameSpace()`; - Make test cases use strict error checking xuri 2018-05-08 10:36:13 +0800
  • e70618d084 Added functions to set and get outline level for columns and rows. Ilya Kuznetsov 2018-05-07 21:32:20 +0300
  • 038e34250f
    Merge pull request #220 from lunny/lunny/refactor xuri 2018-05-07 16:44:02 +0800
  • d04be7b33d
    Merge branch 'master' into lunny/refactor xuri 2018-05-07 16:42:30 +0800
  • 3ca180f09c
    Merge test cases and use strict error checking. Ri Xu 2018-05-07 16:14:35 +0800
  • 38ad20efc1
    save bytes on memory instead of string Lunny Xiao 2018-05-07 16:12:51 +0800
  • 761d47f45a
    Merge pull request #211 from OloloevReal/master xuri 2018-05-07 15:50:11 +0800
  • 3746ba6a50
    Merge pull request #218 from lunny/master xuri 2018-05-07 15:48:58 +0800
  • bc451a78de
    add iterator method for rows Lunny Xiao 2018-05-05 13:33:19 +0800
  • 934ecec1a9
    - Set name of table support in `AddTable()`, relate issue #216; - godoc and go test has been updated Ri Xu 2018-05-04 11:20:51 +0800
  • 200437d778
    Fix document typo. Ri Xu 2018-05-03 10:01:41 +0800
  • a9c7d6637c
    - Support to set the positioning of a picture, relate issue #214; - go test and godoc has been updated Ri Xu 2018-04-26 11:41:13 +0800
  • 9ee57fdb38
    Fix typo and adding Chinese version document. Ri Xu 2018-04-23 00:14:58 +0800
  • 52eb0ececf Merge branch 'master' of https://github.com/OloloevReal/excelize OloloevReal 2018-04-16 14:05:51 +0300
  • b8464af086 Added ZoomScale SheetViewOption Accessible value between 10 - 400 OloloevReal 2018-04-15 22:56:47 +0300
  • 9933a49f0e Fixed checking accessible value for ZoomScale, was missed in last commit OloloevReal 2018-04-15 23:14:00 +0300
  • 4efc3dd8f0 Added ZoomScale SheetViewOption Accessible value between 10 - 400 OloloevReal 2018-04-15 22:56:47 +0300
  • 2b97c3bb46
    - Support to read inlineStr type cell value, relate issue #208, PR #209; - go test and godoc has been updated Ri Xu 2018-04-09 19:44:08 +0800
  • 564ebe48dd
    - Fix `checkCellInArea()` index out of range when merged cell ref is single coordinate, relate issue #206; - go test updated; - Repository icon for SourceTree has been added Ri Xu 2018-04-08 10:31:11 +0800
  • a6fc5a721d
    - Make row index consistent in function `SetRowHeight` and `GetRowHeight`, fix issue #205; - go test and godoc has been updated Ri Xu 2018-04-02 10:59:15 +0800
  • dcbde4b831
    - Add categories or values on reverse order (orientation of the chart) support, and set auto or fixed maximum, minimum of the axis, relate issue #202; - go test and godoc has been updated Ri Xu 2018-03-29 20:17:07 +0800
  • 50e3963332
    Remove English from the Chinese Readme file. Ri Xu 2018-03-27 21:14:40 +0800
  • adce2de927
    Add the Chinese version of the README file. Ri Xu 2018-03-27 21:01:07 +0800
  • d65b30055d
    - Update the function `NewSheet()` to handle when already exists a worksheet of the same name, relate pull request #196; - go test and godoc has been updated Ri Xu 2018-03-16 20:54:07 +0800
  • 770026e956
    - New function `SetSheetRow()` has been added for support write whole line at once, relate issue #96 and #194; - go test and godoc updated; - Note that this function performance has not been tested Ri Xu 2018-03-12 20:14:39 +0800
  • ecc3adf22a
    - Add protection properties associated with the cell support, relate issue #191; - godoc and go test has been updated Ri Xu 2018-03-07 12:56:18 +0800
  • 06e54bf1c6
    Readme and godoc has been updated. Ri Xu 2018-03-06 10:36:12 +0800
  • 45c31c4764
    - Update the function `AddChart()`: clustered, stacked and 100% stacked bar and column series charts supported, relate issue #190; - go test and godoc has been updated Ri Xu 2018-03-05 21:23:52 +0800
  • b1b056e0eb
    Handle special shared string table file name `xl/SharedStrings.xml`, relate issue #188 Ri Xu 2018-03-02 10:19:40 +0800
  • 9d7b94d760
    Update godoc to make charts compatibility with WPS, relate issue #187. Ri Xu 2018-02-12 11:45:42 +0800
  • 7621927573
    - Add a hyperlink to an image support for the function `AddPicture()`, relate issue #185; - go test and document has been updated. Ri Xu 2018-02-03 15:02:37 +0800
  • 638bd44dd5
    - gofmted with -s; - Fix ineffectual assignments in Go code; - Godoc has been updated Ri Xu 2018-01-31 11:12:43 +0800
  • 12760a7ee6
    Merge pull request #184 from martinal/speedup-setcellstyle-more xuri 2018-01-29 20:00:39 +0800
  • e556c25047 Avoid looping over unused rows and columns in SetCellStyle. Martin Sandve Alnæs 2018-01-29 10:38:33 +0100
  • 6f4e4d9ef1 Revert "The godoc and readme page has been updated." Ri Xu 2018-01-28 13:57:32 +0800
  • e4611e9e25
    The godoc and readme page has been updated. Ri Xu 2018-01-26 17:17:44 +0800
  • 4aadca6db8
    Merge pull request #183 from pvelder/182_fix xuri 2018-01-26 16:53:17 +0800
  • b25ec6e9d3 xlsx.SetCellValue() now supports bool value dvelderp 2018-01-25 18:06:40 +0100
  • 541d29f3b2
    Merge pull request #180 from mbresson/optimize-SetCellStyle xuri 2018-01-19 20:58:26 +0800
  • 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 Signed-off-by: Matthieu Bresson mbresson 2018-01-19 17:32:54 +0800
  • 50cdaed5a3
    - Add 3D column and 3D 100% stacked column chart support, relate issue #160; - go test updated Ri Xu 2018-01-08 23:03:59 +0800
  • 6dc135a992
    Fix read columns count wrong in specific xlsx data, relate issue #175 Ri Xu 2018-01-06 08:05:43 +0800
  • 52b1a8e896
    - Function `SetCellValue()` time.Duration support added, relate issue #176; - go test updated Ri Xu 2018-01-05 09:39:31 +0800
  • e13ccce89a
    Copyright updated. Ri Xu 2018-01-03 17:54:28 +0800
  • 46187309f4
    Issue template and contributing guide updated. Ri Xu 2017-12-16 14:22:10 +0800
  • af737dd3f6
    Issue template added. Ri Xu 2017-12-15 09:57:12 +0800
  • 749d12eece
    - Fix `DeleteSheet()` make broken file, relate issue #165; - godoc updated Ri Xu 2017-12-04 23:54:32 +0800
  • 6d634ca320
    GitHub repo URL changed. v1.2.0 Ri Xu 2017-12-01 16:52:15 +0800
  • 443695732e
    Merge pull request #153 from jinzhu/master xuri 2017-12-01 16:50:07 +0800
  • 76366fc1d9
    Travis CI config updated and typo fixed. Ri Xu 2017-12-01 16:31:27 +0800
  • 07a4140098
    - 24 hour time format supported, relate issue #163; - godoc and go test updated Ri Xu 2017-12-01 15:47:39 +0800
  • 2dc385431d
    Merge pull request #162 from rohanthewiz/master xuri 2017-11-25 22:26:54 +0800
  • cc1d3fefc2 Add stacked bar chart Rohan Allison 2017-11-20 19:18:25 -0600
  • 3d231cb549
    Merge pull request #156 from dolmen-go/fix/SheetViewOptPtr-is-a-SheetViewOpt xuri 2017-11-21 11:08:28 +0800
  • 130eb453f4
    Merge pull request #154 from dolmen-go/feature/SheetPr-options xuri 2017-11-21 11:07:00 +0800
  • d2fb0197ab SheetViewOptionPtr: document that it is a superset of SheetViewOption Olivier Mengué 2017-11-17 19:43:32 +0100
  • 954612157b Add {G,S}etSheetPrOptions() Olivier Mengué 2017-11-14 15:09:50 +0100
  • 90998bfb4d
    Merge pull request #149 from dolmen-go/feature/SheetView-options xuri 2017-11-17 09:33:50 +0800
  • 88e48e079a Add SetSheetViewOptions and GetSheetViewOptions (#145) Olivier Mengué 2017-11-05 02:16:41 +0100
  • eb54510cad
    Add missing XML attributes `customWorkbookViews` and `customWorkbookView` in the workbook, relate issue #152. Ri Xu 2017-11-16 17:31:01 +0800
  • 21214a514d Rename import path to github.com/360EntSecGroup-Skylar/excelize Jinzhu 2017-11-16 11:07:39 +0800
  • 96b3e1ea74
    Bugfix: corrupted xlsx after write operation, relate issue #152. Ri Xu 2017-11-16 10:24:45 +0800
  • a4ffb4fbfc
    Merge pull request #141 from WingGao/wing xuri 2017-11-03 10:31:48 +0800
  • f10ee929d0
    - Bugfix: use sheet name in func `AddPicture`, relate issue #142; - godoc updated Ri Xu 2017-10-31 16:33:36 +0800
  • 48b8bac126 fix OpenReader no sheet error Wing Gao 2017-10-27 22:05:00 +0800
  • ebafbdde73
    Bugfix: use sheet name in func `AddChat`, relate issue #138 Ri Xu 2017-10-20 14:40:57 +0800
  • 8077732dff
    Bugfix: read sheet name error, relate issue #137 Ri Xu 2017-10-18 19:07:35 +0800
  • b4ffa8ce48
    - Add unsigned integer data type support, related issue #136; - go test and godoc updated Ri Xu 2017-10-18 18:42:20 +0800
  • 9b5b74d480
    Performance optimization, use the array index instead of the value in range. Ri Xu 2017-10-16 10:42:43 +0800
  • 905be463ed
    Improve code readability. Ri Xu 2017-09-30 17:07:59 +0800
  • d4df70bd9f Merge pull request #126 from dvrkps/patch-1 Ri Xu 2017-09-26 21:14:58 -0500
  • 87730aaf08 travis: update go versions Davor Kapsa 2017-09-26 12:47:18 +0200
  • e820388d70
    Handle coordinate parse exception, relate issue #122. Ri Xu 2017-09-19 11:59:33 +0800
  • b7b937a8a3
    godoc updated. Ri Xu 2017-09-13 22:17:40 +0800
  • f05f799f8d
    - API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120. - go test updated Ri Xu 2017-09-13 22:00:33 +0800
  • 3e7192b6ab
    Simple go test. Ri Xu 2017-09-11 15:53:25 +0800
  • 565b23e0e9
    go test added for pull request #114 Ri Xu 2017-09-06 13:15:25 +0800
  • cf1077dc9f Merge pull request #114 from lichaofei/master Ri Xu 2017-09-06 12:17:58 +0800
  • 1f93fc7bad Optimize code. Ri Xu 2017-09-06 12:16:39 +0800
  • 363604e2f3 Merge pull request #1 from lichaofei/test lichaofei 2017-09-05 19:10:23 +0800
  • 787495c503 Update lib.go lichaofei 2017-09-05 18:26:47 +0800
  • 1169042f7d Update lib.go lichaofei 2017-09-05 18:06:38 +0800