Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

excelize

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Collective - Host: opensource - https://opencollective.com/excelize - Website: https://xuri.me/excelize - Code: https://github.com/xuri/excelize

Merge pull request #153 from jinzhu/master

Rename import path to github.com/360EntSecGroup-Skylar/excelize

github.com/qax-os/excelize - 443695732ea878986db320b0b008070ed3f895a2 authored about 7 years ago by xuri <[email protected]>
Travis CI config updated and typo fixed.

github.com/qax-os/excelize - 76366fc1d9fe5d0a25d364c917597d4ac62f3b18 authored about 7 years ago by Ri Xu <[email protected]>
- 24 hour time format supported, relate issue #163;

- godoc and go test updated

github.com/qax-os/excelize - 07a41400984ac16558b68420a448394f92bd0a20 authored about 7 years ago by Ri Xu <[email protected]>
Merge pull request #162 from rohanthewiz/master

Add stacked bar chart

github.com/qax-os/excelize - 2dc385431d3b50bf3b83799dc8a822b8ef870577 authored about 7 years ago by xuri <[email protected]>
Add stacked bar chart

github.com/qax-os/excelize - cc1d3fefc2227d5a2cc7c3d2f936ac42a9f7490a authored about 7 years ago by Rohan Allison <[email protected]>
Merge pull request #156 from dolmen-go/fix/SheetViewOptPtr-is-a-SheetViewOpt

SheetViewOptionPtr: document that it is a superset of SheetViewOption

github.com/qax-os/excelize - 3d231cb549a3be2754a1681b158731d381e9f600 authored about 7 years ago by xuri <[email protected]>
Merge pull request #154 from dolmen-go/feature/SheetPr-options

Add {G,S}etSheetPrOptions() to allow to set FitToPage for printing

github.com/qax-os/excelize - 130eb453f4c38f4c69790adffce58f73c94bde2a authored about 7 years ago by xuri <[email protected]>
SheetViewOptionPtr: document that it is a superset of SheetViewOption

Document in type system (not just in text for humans) that
all SheetViewOptionPtr are also Sheet...

github.com/qax-os/excelize - d2fb0197abb325ee7bbdd6576e9520c9ec8c9c8e authored about 7 years ago by Olivier Mengué <[email protected]>
Add {G,S}etSheetPrOptions()

Add SetSheetPrOptions and GetSheetPrOptions to allow to set options on
<sheetPr> and <pageSetUpP...

github.com/qax-os/excelize - 954612157bbb7d2bce5602801019cb172a80b7d6 authored about 7 years ago by Olivier Mengué <[email protected]>
Merge pull request #149 from dolmen-go/feature/SheetView-options

Add SetSheetViewOptions()

github.com/qax-os/excelize - 90998bfb4daac6e38346c03f41cb3c4e78b1ef7a authored about 7 years ago by xuri <[email protected]>
Add SetSheetViewOptions and GetSheetViewOptions (#145)

Two new methods:
- SetSheetViewOptions(sheetName string, viewIndex int, opts ...SheetViewOption)...

github.com/qax-os/excelize - 88e48e079a91191e05f32a232f8dec4454b25238 authored about 7 years ago by Olivier Mengué <[email protected]>
Add missing XML attributes `customWorkbookViews` and `customWorkbookView` in the workbook, relate issue #152.

Signed-off-by: Ri Xu <[email protected]>

github.com/qax-os/excelize - eb54510cadaa66649ddf6caf22d1b723c5a4b17a authored about 7 years ago by Ri Xu <[email protected]>
Rename import path to github.com/360EntSecGroup-Skylar/excelize

github.com/qax-os/excelize - 21214a514dd64bbcbb5a5e498d091a7b0e9eec9b authored about 7 years ago by Jinzhu <[email protected]>
Bugfix: corrupted xlsx after write operation, relate issue #152.

Signed-off-by: Ri Xu <[email protected]>

github.com/qax-os/excelize - 96b3e1ea74c2a28842c04891c8d6bd99e2fb3c86 authored about 7 years ago by Ri Xu <[email protected]>
Merge pull request #141 from WingGao/wing

fix OpenReader no sheet error

github.com/qax-os/excelize - a4ffb4fbfc9048998345e979577dab2a81bf57ff authored about 7 years ago by xuri <[email protected]>
- Bugfix: use sheet name in func `AddPicture`, relate issue #142;

- godoc updated

github.com/qax-os/excelize - f10ee929d0818f6327f33c7813eaa9a318555cc3 authored about 7 years ago by Ri Xu <[email protected]>
fix OpenReader no sheet error

github.com/qax-os/excelize - 48b8bac126eac6b1ec5209a14c7a50ef2d6fbaf8 authored about 7 years ago by Wing Gao <[email protected]>
Bugfix: use sheet name in func `AddChat`, relate issue #138

Signed-off-by: Ri Xu <[email protected]>

github.com/qax-os/excelize - ebafbdde73e3e0498e547a2bd862552d9e304701 authored about 7 years ago by Ri Xu <[email protected]>
Bugfix: read sheet name error, relate issue #137

Signed-off-by: Ri Xu <[email protected]>

github.com/qax-os/excelize - 8077732dff19367a83a222e098d801e21a7c9b56 authored about 7 years ago by Ri Xu <[email protected]>
- Add unsigned integer data type support, related issue #136;

- go test and godoc updated

Signed-off-by: Ri Xu <[email protected]>

github.com/qax-os/excelize - b4ffa8ce48fdddc9b269d254b25e93921b8327f2 authored about 7 years ago by Ri Xu <[email protected]>
Performance optimization, use the array index instead of the value in range.

github.com/qax-os/excelize - 9b5b74d4801f60daa580fd282ff9fa058bb03385 authored about 7 years ago by Ri Xu <[email protected]>
Improve code readability.

github.com/qax-os/excelize - 905be463edc6d9b0ed184bdee0116217a5118c5e authored over 7 years ago by Ri Xu <[email protected]>
Merge pull request #126 from dvrkps/patch-1

travis: update go versions

github.com/qax-os/excelize - d4df70bd9fa671d20a5e000d20e621ca69451274 authored over 7 years ago by Ri Xu <[email protected]>
travis: update go versions

github.com/qax-os/excelize - 87730aaf08fba33f38c63fe26e624c6ec3ce59b5 authored over 7 years ago by Davor Kapsa <[email protected]>
Handle coordinate parse exception, relate issue #122.

github.com/qax-os/excelize - e820388d70da551cacdf3212b559d597a6fdbec8 authored over 7 years ago by Ri Xu <[email protected]>
godoc updated.

github.com/qax-os/excelize - b7b937a8a3e1e92669aaf63d2cc97dc2fc865736 authored over 7 years ago by Ri Xu <[email protected]>
- API changed, use worksheet name instead of "sheet" + index, related issue #25, #43, #47, #51, #89, #101, #116 and #120.

- go test updated

github.com/qax-os/excelize - f05f799f8d33e24b3bbf6c030c9f22d2829e0748 authored over 7 years ago by Ri Xu <[email protected]>
Simple go test.

github.com/qax-os/excelize - 3e7192b6abaa9c8db29a2e34867879ebc9fedca7 authored over 7 years ago by Ri Xu <[email protected]>
go test added for pull request #114

github.com/qax-os/excelize - 565b23e0e9150436da4505870428e47fb2be775f authored over 7 years ago by Ri Xu <[email protected]>
Merge pull request #114 from lichaofei/master

change the TitleToNumber function

github.com/qax-os/excelize - cf1077dc9f85593d0d0da55a1c5e5728d1f2f181 authored over 7 years ago by Ri Xu <[email protected]>
Optimize code.

github.com/qax-os/excelize - 1f93fc7bad0f1a4cd7f3b037a0f370561eae83b1 authored over 7 years ago by Ri Xu <[email protected]>
Merge pull request #1 from lichaofei/test

Test

github.com/qax-os/excelize - 363604e2f3775a5cef24eff73ef7e5ab3f7e2587 authored over 7 years ago by lichaofei <[email protected]>
Update lib.go

github.com/qax-os/excelize - 787495c503df509a60c4051eeb297653188bec0a authored over 7 years ago by lichaofei <[email protected]>
Update lib.go

github.com/qax-os/excelize - 1169042f7db5eb9c85fcce83b9d913e42a6d3a34 authored over 7 years ago by lichaofei <[email protected]>
Update struct define to fix issue #112.

github.com/qax-os/excelize - 5354074fc278e3155a00cc94ec5eb5927e74be7a authored over 7 years ago by Ri Xu <[email protected]>
TravisCI config updated.

github.com/qax-os/excelize - 224f1850c7d59a25fbbf573c29f8c558d85b3aab authored over 7 years ago by Ri Xu <[email protected]>
Golang 1.9 compatible, fix issue #111

github.com/qax-os/excelize - 574a6b20d1c9c15b12e2fe6d834e0cbb55a504d7 authored over 7 years ago by Ri Xu <[email protected]>
Bugfix: deep copy issue with function `CopySheet()`, relate PR #108.

github.com/qax-os/excelize - 1ec2661dda1ef16f58b2a3d614b11a2bcd0a2f2f authored over 7 years ago by Ri Xu <[email protected]>
- Conditional format with formula support, relate issue #75;

- go test and readme update

github.com/qax-os/excelize - 77af25295ece8863326c99652d615f82385286b2 authored over 7 years ago by Ri Xu <[email protected]>
Merge pull request #103 from takayuki/trim-sheet-name-as-rune

Conut and trim sheet name in UTF-8

github.com/qax-os/excelize - 58e2caff33906df86cd51446acb74be833aee140 authored over 7 years ago by Ri Xu <[email protected]>
Conut and trim sheet name in UTF-8

github.com/qax-os/excelize - 02728de4d2688f8384e1ae85b7a2a1b912e77d50 authored over 7 years ago by Takayuki Usui <[email protected]>
Document updated.

github.com/qax-os/excelize - 845e339755ce6f59484e05e977ecef1fdb3c5ef8 authored over 7 years ago by Ri Xu <[email protected]>
- Init conditional format support, relate issue #75;

- go test and godoc updated

github.com/qax-os/excelize - 67636039f672f23d4bf812b96ebb8521aec5d642 authored over 7 years ago by Ri Xu <[email protected]>
- New function `GetCellHyperLink()` added, relate issue #98;

- go test added

github.com/qax-os/excelize - a8cf38ebd5537b678a3747cd246fd1c511c73331 authored over 7 years ago by Ri Xu <[email protected]>
Add missing element `xfId` of the styles to fix issue #93.

github.com/qax-os/excelize - 5cf3725f026d2a1dbf3208d575ade996cfd7e7ec authored over 7 years ago by Ri Xu <[email protected]>
Simplify code and update unit tests.

github.com/qax-os/excelize - 6626a26f7baca10773f4066de47a811a8a89d236 authored over 7 years ago by Ri Xu <[email protected]>
Merge pull request #91 from takayuki/time-round-off-error

Fix round-off error in representation of date and time values

github.com/qax-os/excelize - b327eb54dcbf3013dba29a598b87481921fff39a authored over 7 years ago by Ri Xu <[email protected]>
Fix round-off error in representation of date and time values

github.com/qax-os/excelize - 88d10ff27b28396f874408d56772554ad767d021 authored over 7 years ago by Takayuki Usui <[email protected]>
Optimize code, go test and godoc updated.

github.com/qax-os/excelize - 308776e350334a8daddcf5f502ee7547f01cc64c authored over 7 years ago by Ri Xu <[email protected]>
Merge pull request #90 from DeveloperBean/master

Add extra argument "Linktype" to SetCellHyperLink

github.com/qax-os/excelize - 1d54bd4df6542edcce1f820c0b29e2cc00f10563 authored over 7 years ago by Ri Xu <[email protected]>
Add extra argument "Linktype" to SetCellHyperLink

it support "External" and "Location"

Signed-off-by: Youngwan Kim <[email protected]>

github.com/qax-os/excelize - 5a4870d1cf50efe99c6ba8b62a4f0071819ce13f authored over 7 years ago by Youngwan Kim <[email protected]>
- Init create or remove panes support;

- go test updated

github.com/qax-os/excelize - bbed2f6dc9d73bb6ab6e0c7923c18acdafa13cd5 authored over 7 years ago by Ri Xu <[email protected]>
- Fix `completeCol()` make extra rows, relate issue #87;

- godoc updated

github.com/qax-os/excelize - 961996a8132eda8671d2de45fe21bfeb43866752 authored over 7 years ago by Ri Xu <[email protected]>
- Support set custom number format, relate issue #86;

- go test and godoc updated

github.com/qax-os/excelize - 4a74951e81c9b0c64b0ce9319e325a1f67c621c6 authored over 7 years ago by Ri Xu <[email protected]>
- Add number format code with unicode values, relate issue #86;

- godoc updated

github.com/qax-os/excelize - 8493fea373bef159998023a7ac42740b115bd866 authored over 7 years ago by Ri Xu <[email protected]>
- Init insert/remove column/row support. Relate issue #77 and #82;

- Readme and go test updated

github.com/qax-os/excelize - 6aa59a1af29c21e0ece37fc94c66bc2999ed3540 authored over 7 years ago by Ri Xu <[email protected]>
Trim blank cells which created by `completeCol()`, relate issue #81

github.com/qax-os/excelize - 3b2c80ddc37db87bf090f531ae6afcb70d49b759 authored over 7 years ago by Ri Xu <[email protected]>
- Fix missing element in worksheet, workbook and styles. Related issue #81;

- Format code and update readme

github.com/qax-os/excelize - 4f942255e460d6eb3235c3973fe22eb19c328b43 authored over 7 years ago by Ri Xu <[email protected]>
Currency format code added.

github.com/qax-os/excelize - 4b7d21bb63addb580c3ac533b1fd2b4236bd31a5 authored over 7 years ago by Ri Xu <[email protected]>
Add currency format code and go test updated.

github.com/qax-os/excelize - 101abe8e98487f56f2af925b5cb3ca7baf5c66cf authored over 7 years ago by Ri Xu <[email protected]>
- Display negative numbers by applying a red color supported;

- go test updated

github.com/qax-os/excelize - 60fa5a5be10b305b31b53dddadbb44a229898cf8 authored over 7 years ago by Ri Xu <[email protected]>
- Currency format supported, relate issue #80;

- go test and godoc updated

github.com/qax-os/excelize - bc31e545c8458d882ff6659ea3ca5e7a598d8789 authored over 7 years ago by Ri Xu <[email protected]>
Repo URI changed.

github.com/qax-os/excelize - 20aae4e0e6e9d40a35a1d6ef6e3f357afdda0605 authored over 7 years ago by Ri Xu <[email protected]>
Code of conduct and contributing updated.

github.com/qax-os/excelize - 1e20b20a0c9a7957d300a679bdcce69fb3b163b5 authored over 7 years ago by Ri Xu <[email protected]>
Merge pull request #79 from ocelotsloth/fix-typo

SHEET.GO: Fix small typo

github.com/qax-os/excelize - 346622b3a4b39d24c8543c7669a8c41032999fb3 authored over 7 years ago by Ri Xu <[email protected]>
Update image in readme and fix typo.

github.com/qax-os/excelize - bf4b02e6d6f910816b7a9973fb02820c52c361c1 authored over 7 years ago by Ri Xu <[email protected]>
SHEET.GO: Fix small typo

Adds a '{' to the example for sheet.GetSheetMap()

Signed-off-by: Mark Stenglein <[email protected]>

github.com/qax-os/excelize - 4a17c14399f2275761cd01ffd412b38d14d8f614 authored over 7 years ago by Mark Stenglein <[email protected]>
Bugfix: unable to read the value of the merged cell, relate issue #78

github.com/qax-os/excelize - 38df838598c0e61287d735b89c25dad7f5c1e253 authored over 7 years ago by Ri Xu <[email protected]>
- New function `NewStyle()` added and function `SetCellStyle()` has been exported, relate issue #72;

- go test and go doc updated

github.com/qax-os/excelize - 654a676d9395fa0e2a0429257dfa98be411503a5 authored over 7 years ago by Ri Xu <[email protected]>
Function `GetCellValue()` performance improvement by avoid repeating deserialization, relate issue #70.

github.com/qax-os/excelize - e05867a033cabfa100e7c2b284e1f85fd4769c3c authored over 7 years ago by Ri Xu <[email protected]>
- Unify the index row number index of functions `SetRowHeight()` and `GetRowHeight()` relate issue #68;

- Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`;
- go test u...

github.com/qax-os/excelize - 86466654e270786428540e34fd0a61e7d537a99c authored over 7 years ago by Ri Xu <[email protected]>
Function `GetColWidth()` and `GetRowHeight()` has been exported, relate issue #68.

github.com/qax-os/excelize - 14eca84073c05e7514634c0949785256295a7500 authored over 7 years ago by Ri Xu <[email protected]>
API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` instead of `WriteTo()`.

github.com/qax-os/excelize - 66e5d1fa801680f87a647a968fd4965ef9668b9a authored over 7 years ago by Ri Xu <[email protected]>
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;

- Readme and go doc updated

github.com/qax-os/excelize - 555e2ba9a82d6974077681c7ab34ce0fa93d351d authored over 7 years ago by Ri Xu <[email protected]>
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;

- Make function `ToAlphaString()` exportable, relate issue #63

github.com/qax-os/excelize - 35841caaf18b20af9e7b942ca8cbb7441f310382 authored over 7 years ago by Ri Xu <[email protected]>
- Handle pre-defined number format set of cell when set cell value with `time.Time` data type, related issue #62;

- go doc updated

github.com/qax-os/excelize - db4aff04fdfdd0459f1dcf5b0540a820dd8ea34e authored over 7 years ago by Ri Xu <[email protected]>
Code of conduct and contributing guidelines added.

github.com/qax-os/excelize - 2f87719af11da7ca2df3ba583eb9bad6b2802156 authored over 7 years ago by Ri Xu <[email protected]>
- Support insert new lines into shape, relate issue #38, note that the format set parameter of function `AddShape()` changed;

- go test and go doc updated

github.com/qax-os/excelize - 7bc43301dabaef70b785133caf4fb4f1f978e089 authored over 7 years ago by Ri Xu <[email protected]>
- New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61;

- go test updated;
- Fix typo

github.com/qax-os/excelize - 9928bbc7c80dc9b3ab6599b9e472c2e00936ae84 authored over 7 years ago by Ri Xu <[email protected]>
- New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate issue #61;

- go test updated

github.com/qax-os/excelize - a9f671d98f85585e7f77c73554f3c1ad897c4fd1 authored over 7 years ago by Ri Xu <[email protected]>
- Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60;

- Simplified code

github.com/qax-os/excelize - efff54ccde5b7f0a62bccbeab557e23e5e89970b authored over 7 years ago by Ri Xu <[email protected]>
Init auto filter support, relate issue #59.

github.com/qax-os/excelize - c89d84235238f1e2a37b03551ca6ef652c2f3769 authored over 7 years ago by Ri Xu <[email protected]>
- Fix missing relationships in drawing content type shall, relate issue #58;

- Add a donation link, related issue #57 ^_^

github.com/qax-os/excelize - c5dc63295186ad35ece6a2c9c940e84665f9f98f authored over 7 years ago by Ri Xu <[email protected]>
Priority cell style, when the cell and the column at the same time with the style attribute. Relate issue #54 and #56.

github.com/qax-os/excelize - d372bb977f57b244faf635e21af458bf2e8a98ef authored over 7 years ago by Ri Xu <[email protected]>
Set cell support column style predefined detection, relate issue #54.

github.com/qax-os/excelize - e41ee8a12437250034620285c926cdecbff85e00 authored over 7 years ago by Ri Xu <[email protected]>
Fix non-visual canvas properties ID calculator.

github.com/qax-os/excelize - 7c3f91ada483194018fca95c6caae03b22247d52 authored over 7 years ago by Ri Xu <[email protected]>
- Worksheet conditional formatting support added, relate issue #56;

- gofmted with -s

github.com/qax-os/excelize - fbc3d1cd01ed24f8a8f56bed947af14ed346f60a authored over 7 years ago by Ri Xu <[email protected]>
Code optimize.

github.com/qax-os/excelize - dea57dd0aeb5507dc4f58de48b261d4013364232 authored over 7 years ago by Ri Xu <[email protected]>
Support set font style of shape text. Relate issue #38.

github.com/qax-os/excelize - 70f6328150aa954cd9721e90883f001ea005c1ee authored over 7 years ago by Ri Xu <[email protected]>
- The max author and text in comment limit added;

- go doc and go test updated

github.com/qax-os/excelize - cf97118bfe48eb36b82c4a833b51d3ea4bfffa97 authored over 7 years ago by Ri Xu <[email protected]>
Initialize comments support & go test updated.

github.com/qax-os/excelize - d93a156355547c583bf35bf1201f92a3c68e89f0 authored over 7 years ago by Ri Xu <[email protected]>
Handle number formats out of built-in range exception by returning raw value, relate issue #50.

github.com/qax-os/excelize - 66349f8ec039351770536b83b87c455543c0cf8a authored over 7 years ago by Ri Xu <[email protected]>
- Formatted cell data support, fix issue #48;

- Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49;
- go doc a...

github.com/qax-os/excelize - 8fbab474443393b8b996487cf7ade300a72d2e07 authored over 7 years ago by Ri Xu <[email protected]>
- Initialize shape support: new function `AddShape()` added. Relate issue #38;

- Drawing `nvPicPr` element ID property calculation changed;
- go test updated

github.com/qax-os/excelize - 7f30a6c9430476bcd5fc1662523ada0e95f60947 authored over 7 years ago by Ri Xu <[email protected]>
- Initialize table support;

- go test updated

github.com/qax-os/excelize - 46b8c46d91be522c3dff1044a23810ecb1a81c96 authored over 7 years ago by Ri Xu <[email protected]>
- New function `HideSheet()` and `UnhideSheet()` added;

- go test updated

github.com/qax-os/excelize - 2868bd3ec96db130b1116e4c576b3aab8efb868a authored over 7 years ago by Ri Xu <[email protected]>
- Font bold, italic and underline style support. Relate issue #45;

- Function `GetRows()` doc updated, relate issue #43;
- go test and embed template updated

github.com/qax-os/excelize - 266d2c36e58ad1a53286ab2c01a2d41e3af883c7 authored over 7 years ago by Ri Xu <[email protected]>
- Update doc of function `AddChart()`;

- Readme updated;
- go test update

github.com/qax-os/excelize - d78ac4108c2fd8ccf4a0d150302a70031d6f889b authored over 7 years ago by Ri Xu <[email protected]>
- Initialize char support, relate issue #31;

- Doc for function `GetRows()` updated, relate issue #43;
- Fix doc typo in `xmlContentTypes.go`;...

github.com/qax-os/excelize - 219aadeb7659ccee887e7d70c1711ee6dd50f35f authored over 7 years ago by Ri Xu <[email protected]>
- Set number format for a cell support;

- go test updated

github.com/qax-os/excelize - 6e287839ecc64396a6e40fb15cc62363fca6ca7a authored almost 8 years ago by Ri Xu <[email protected]>