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

- New function `CopySheet()` added, relate issue #33;

- Typo fixed;
- go test updated

github.com/qax-os/excelize - c7e277a07a3e151d3622828d1670ac4b33d2f5e8 authored almost 8 years ago by Ri Xu <[email protected]>
New function `GetSheetIndex()` added, relate issue #25;

Fix return index error in function `GetSheetMap()`;
Fix return worksheet name error in function `...

github.com/qax-os/excelize - b4ed9cc40fd78356ed62961be1450988dcd26e7e authored almost 8 years ago by Ri Xu <[email protected]>
- Fix SheetCount count error;

- Optimize deserialization operations;
- README updated, add go version required notice

github.com/qax-os/excelize - 8fd061b98f660f5b67380bda13a5424f3a8164c1 authored almost 8 years ago by Ri Xu <[email protected]>
Performance enhancements, remove redundant XML element checking logic. Relate issue #29. The benchmark report of the current version of this library is shown on the wiki page.

github.com/qax-os/excelize - 330c7a0925353c8458747b309ad94067beae1d34 authored almost 8 years ago by Ri Xu <[email protected]>
Godoc updated.

github.com/qax-os/excelize - 7ceb4f21adc3fe405eae9aee559b2f319eab35fa authored almost 8 years ago by Ri Xu <[email protected]>
- Get an images in a cell supported, new function `GetPicture` added;

- go test updated

github.com/qax-os/excelize - 02b81b7efe58549f88c93c1264ef618ee842c0fc authored almost 8 years ago by Ri Xu <[email protected]>
Golang version 1.8+ required.

github.com/qax-os/excelize - 8dcdf9024dda4f31797e8b5b00d198ea905527bf authored almost 8 years ago by Ri Xu <[email protected]>
Leading space(s) character in cell value detection added. Related issue #32.

github.com/qax-os/excelize - bee487c445768b8afd15bbfa7caa4d8427e4c880 authored almost 8 years ago by Ri Xu <[email protected]>
- Set text in cell align support, note that the parameters of the `SetCellStyle` function have changed;

- go test updated

github.com/qax-os/excelize - b6254209fe56c84a9ac99805ce3dd877a494e134 authored almost 8 years ago by Ri Xu <[email protected]>
- Delete sheet from workbook support, related issue #30;

- go test updated

github.com/qax-os/excelize - 0d3452fbe22b5700baa23a4972c68cbadc19d600 authored almost 8 years ago by Ri Xu <[email protected]>
- Set cell background color and style support;

- Rename function `SetBorder` to `SetCellStyle`;
- Complete `xlsxColor` structure definition;
- g...

github.com/qax-os/excelize - 68b4d1f54623ba3900675e7fd3f568f29991e651 authored almost 8 years ago by Ri Xu <[email protected]>
Performance improvement

github.com/qax-os/excelize - de6e075713069bd71243930756ae6f707babf44e authored almost 8 years ago by Ri Xu <[email protected]>
- Complete the element `sheetFormatPr` struct definition;

- Partial logic performance optimization, use pointer reference instead of a pass the variable va...

github.com/qax-os/excelize - 5384756d6483ba4bda294d47461c8df8b25c7a9c authored almost 8 years ago by Ri Xu <[email protected]>
- New feature: border setting support (Related issue #21);

- Function parameter code is simplified;
- Fix element `Tint` value parsing error in worksheet;
-...

github.com/qax-os/excelize - 1f73f08185e664d6914c8eb849a9797b26067628 authored almost 8 years ago by Ri Xu <[email protected]>
Fix data validation property is missing after saved. Related issue issue #28.

github.com/qax-os/excelize - 48722e6482d97e742755002061bf1c7b042bfb44 authored almost 8 years ago by Ri Xu <[email protected]>
Fix missing `oneCellAnchor` element after add picture in some cases.

github.com/qax-os/excelize - 109d8adae3f5ca5a24905c6b2581ae8c42095d51 authored almost 8 years ago by Ri Xu <[email protected]>
Change function `AddPicture()` parameters to add add printing settings support. Related issue #27.

github.com/qax-os/excelize - 1e340aea40085133ffb98ed7635d937aa977f177 authored almost 8 years ago by Ri Xu <[email protected]>
Bugfix #23 can't get multiple records.

github.com/qax-os/excelize - 4b8b410f523993520c133200dacc44d5311b9fd5 authored almost 8 years ago by Ri Xu <[email protected]>
Merge pull request #22 from jfyne/master

Standard io.Reader and io.Writer capabilities

github.com/qax-os/excelize - 83410317edfb5cb7d278dda4788effed729bddab authored almost 8 years ago by Ri Xu <[email protected]>
Put path back into a file

github.com/qax-os/excelize - bd817ea8907386371f123426b66d7ee936f931c1 authored almost 8 years ago by Josh Fyne <[email protected]>
io.Reader not io.ReaderAt

github.com/qax-os/excelize - e8ba09d0c532edbfea22467379db9566308671c5 authored almost 8 years ago by Josh Fyne <[email protected]>
Standardize input and output

github.com/qax-os/excelize - d9f4a2f154f8d4242572a2fcebdf76b91ed86348 authored almost 8 years ago by Josh Fyne <[email protected]>
- Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ;

- Fix go test typo;
- Update README

github.com/qax-os/excelize - 0833a9d5dab846ed01be52fa59c97ede36ee4a93 authored almost 8 years ago by Ri Xu <[email protected]>
Fix issue #19.

github.com/qax-os/excelize - 53564cbe57522467a7e0febd0c9ae4374fa90808 authored almost 8 years ago by Ri Xu <[email protected]>
Merge pull request #18 from nikolassilva/master

Add SetRowHeight function

github.com/qax-os/excelize - 94dc0da329a645ed8956e9d688cdc722ddd79f23 authored almost 8 years ago by Ri Xu <[email protected]>
Add SetRowHeight function

github.com/qax-os/excelize - 8ce12b60b8a37ce6d3bd0bcee360393d52d4d0eb authored almost 8 years ago by Nikolas Silva <[email protected]>
Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells.

github.com/qax-os/excelize - a1060e779ee295e9871e2fbe9148d8d9dc72a379 authored almost 8 years ago by Ri Xu <[email protected]>
Support create merge cell.

github.com/qax-os/excelize - c0a3020886df623e76baedec04b97903573b6c0d authored almost 8 years ago by Ri Xu <[email protected]>
Support set work sheet background image.

github.com/qax-os/excelize - bd5b033b02f3fed70b90ec64b13c3291ba2186ff authored almost 8 years ago by Ri Xu <[email protected]>
Fix issue #17, update README and fix typo.

github.com/qax-os/excelize - 9559f454a7f7a4697bec631247046c99f20599db authored almost 8 years ago by Ri Xu <[email protected]>
Update README, godoc and fix typo.

github.com/qax-os/excelize - 81146218c72c02af181e053187ac2b8561f61e02 authored almost 8 years ago by Ri Xu <[email protected]>
Support add picture with offset and scaling.

github.com/qax-os/excelize - 03234d6a254ea9fca674bf11564e88a5bd4d054f authored almost 8 years ago by Ri Xu <[email protected]>
- Add hyperlink and set formula support for cell support;

- Character limits for cells added;
- Update go test and fix typo

github.com/qax-os/excelize - 4a9b39afc634a2399c4729f4fb47c9f290ab1ee5 authored almost 8 years ago by Ri Xu <[email protected]>
Format commants, break comments after 80 characters.

github.com/qax-os/excelize - 52796f6e58e95145e2964d0d313a2f721dcc040e authored almost 8 years ago by Ri Xu <[email protected]>
- New function `SetSheetName` and `SetColWidth` added, support rename sheet and set column width;

- Add escape characters of sheet name;
- Update go test and fix typo

github.com/qax-os/excelize - f05df2a0182ee5761f5fbe7e56020313a0ab0b61 authored almost 8 years ago by Ri Xu <[email protected]>
- New function `AddPicture()` added, support to add picture into excel cell;

- go test updated;
- fix typo and `gofmt -s` formatted

github.com/qax-os/excelize - a99f0227b085d8f417f77864941650ef0e6273e4 authored almost 8 years ago by Ri Xu <[email protected]>
Merge pull request #15 from Sharsie/feature/DefaultCellVal

Setter function to set raw values into a cell

github.com/qax-os/excelize - 53d8c4bb3aca921d7dd0a4ac3233887208513bfb authored almost 8 years ago by Ri Xu <[email protected]>
Add tests for the default cell value

github.com/qax-os/excelize - 57fc2943ff6e1b2f062daafc6d03d9fc05bfe896 authored almost 8 years ago by Sharsie <[email protected]>
Add setter for default cell value

SetCellStr escapes the value in a cell so the excel sheet cannot use the value in formulas.

S...

github.com/qax-os/excelize - 670a58791208d64d045a68f56dafab58f292c13e authored almost 8 years ago by Sharsie <[email protected]>
Fix issue struct field `paperHeight` has xml tag but is not exported.

github.com/qax-os/excelize - 2497ccb8768d68ef5e5e3375f23265b9fee97e0d authored about 8 years ago by Ri Xu <[email protected]>
- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions;

- New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.

github.com/qax-os/excelize - 9e8d36ce59381eadb934585a179c4c6d7f871b35 authored about 8 years ago by Ri Xu <[email protected]>
- Fix issue: sheet protection and conditional formatting proprietary missing after save;

- Update workbook and sheet relationships and self-close tag replacement hack functions

github.com/qax-os/excelize - f958f05a3bf6f9fdc7f76539d9a3b24f49cc2694 authored about 8 years ago by Ri Xu <[email protected]>
- Fix issue: pivot cache and extending spreadsheetML missing;

- Compatibility improved: relationship namespace in `workbook.xml` has been changed (`xmlns:mc`, ...

github.com/qax-os/excelize - c5cc500b886366a99641eaa7bc24613f6066fd79 authored about 8 years ago by Ri Xu <[email protected]>
- New function `GetCellFormula` added;

- Fix `GetCellValue` causes panic in some particular situation issues;
- Go test updated

github.com/qax-os/excelize - 30d0a2f40afadf7fef9e008bf2fa557b07560c54 authored about 8 years ago by Ri Xu <[email protected]>
Change complete rows logic to fix call `SetCellValue`makes file corruption in some case.

github.com/qax-os/excelize - a16d2ec83b5ee3e56cff1aceb266e367a51d312d authored about 8 years ago by Ri Xu <[email protected]>
- Update maximum 31 characters allowed in sheet title;

- Fix issue XML tag `headerFooter` and `sheetPr` element self-close errors cause file corruption;...

github.com/qax-os/excelize - b84bfa7eab84a8e065bd5acedeae3d0ba8dc5f8b authored about 8 years ago by Ri Xu <[email protected]>
- Fix issue comments missing after save;

- Update import PKG syntax in struct;
- Update test XLSX file (include table, charts, functions, ...

github.com/qax-os/excelize - a08c8eb1aecea4a7d82fc70eb2aa4f886a6ed632 authored about 8 years ago by Ri Xu <[email protected]>
- Fix issue background image and table missing after save;

- Update test template for this fix

github.com/qax-os/excelize - ddeed48fc19e814e1ec2c04580108f7b865cf181 authored about 8 years ago by Ri Xu <[email protected]>
Fix hyperlink missing after save issue and update completion row element logic to enhance compatibility.

github.com/qax-os/excelize - 6e1475a2429b2088a4c0b322962fc584370653d9 authored about 8 years ago by Ri Xu <[email protected]>
BugFix: `SetCellValue` function assertion logic will cause panic in some case.

github.com/qax-os/excelize - 2a3620e750df7dc8c24791d51ca8e06c0f68799c authored about 8 years ago by Ri Xu <[email protected]>
Update README.

github.com/qax-os/excelize - 6adcb9d88fe93ce390a89eb83e78d42b94007a43 authored about 8 years ago by Ri Xu <[email protected]>
Remove useless `.xlsx` tested files and go test updated.

github.com/qax-os/excelize - 78eb9820525c4be2b6505c262e8e0e6656c3dc26 authored about 8 years ago by Ri Xu <[email protected]>
Merge pull request #11 from NaySoftware/master

looping on rows columns functionality

github.com/qax-os/excelize - b4f7e72353c4c699770f5f1849c1f3b3d96db2ff authored about 8 years ago by Ri Xu <[email protected]>
sheet re-arrange

github.com/qax-os/excelize - 1bbc54d4ec8d11ecb41bea99aa1b7220c4e6f040 authored about 8 years ago by ahmad <[email protected]>
looping on row col functionality

github.com/qax-os/excelize - 37c4575835a40126ec7ce227c18aa8dbf9cc4bf3 authored about 8 years ago by ahmad <[email protected]>
Update go test.

github.com/qax-os/excelize - 6185cd577df8223f4c8e4b239a046bdfe8d07fd9 authored about 8 years ago by Ri Xu <[email protected]>
Update go test case and update readme.

github.com/qax-os/excelize - 1a2570b873030458554d0c689e5b00ba16a8f110 authored about 8 years ago by Ri Xu <[email protected]>
Update godoc of package.

github.com/qax-os/excelize - 75abc628fe41bc67c787f79103c8d72e539a9fb2 authored about 8 years ago by Ri Xu <[email protected]>
Update go test.

github.com/qax-os/excelize - e28de172c6008c590c32ace62da2535ea0338de9 authored about 8 years ago by Ri Xu <[email protected]>
Update README.md

github.com/qax-os/excelize - c5cffaac4312cf10f99d7a65891d6a26de090778 authored about 8 years ago by Ri Xu <[email protected]>
Merge pull request #10 from schigh/master

Update README.md @schigh ๐Ÿ‘Œ Thanks for your pr.

github.com/qax-os/excelize - e50690dce0fb842e5e5408b645cfd9411997938c authored about 8 years ago by Ri Xu <[email protected]>
Update README.md

added missing imports

github.com/qax-os/excelize - 5137cfa56640919e5660cb2ad4fa7a199588387c authored about 8 years ago by Steve H <[email protected]>
Merge pull request #9 from Luxurioust/revert-8-master

Revert "Update README.md"

github.com/qax-os/excelize - ea11b501059eda7d4deaa3e9eca9d9407a7ef719 authored about 8 years ago by Ri Xu <[email protected]>
Revert "Update README.md"

github.com/qax-os/excelize - 305ed62655a54888cf90888483ac66474264f8f7 authored about 8 years ago by Ri Xu <[email protected]>
Merge pull request #8 from schigh/master

Update README.md @schigh Thanks for u pull request.

github.com/qax-os/excelize - a481045770808b4d42e3d7702716edd6d8bbf5fb authored about 8 years ago by Ri Xu <[email protected]>
Update README.md

Adding more realistic error handling in examples

github.com/qax-os/excelize - 2ebf9884010440e06a93b15818bf578295bac3b3 authored about 8 years ago by Steve H <[email protected]>
Merge pull request #7 from aldidana/master

Make readme highlight code

github.com/qax-os/excelize - 051fc18a3adfeb583f064d61a817933ede2d5905 authored about 8 years ago by Ri Xu <[email protected]>
Make readme highlight code

github.com/qax-os/excelize - 6dda05d30e1be58909e291433ef7c226f7e4b215 authored about 8 years ago by Aldi Priya Perdana <[email protected]>
Update test XLSX template.

github.com/qax-os/excelize - db5f5134d5e221d7f9ed47c320d2cb0b519af565 authored over 8 years ago by Ri Xu <[email protected]>
Fix zoom scale and page layout view setting of XLSX.

github.com/qax-os/excelize - d877d9f246c5232edd1d8eb4e3e8b5cca7cf1221 authored over 8 years ago by Ri Xu <[email protected]>
Add custom height and zero height attributes in sheetFormatPr element.

github.com/qax-os/excelize - 9e0aca22233da1326794d378c3d06acbc4e76a8e authored over 8 years ago by Ri Xu <[email protected]>
Use conjunction with strings.Map to split Axis and update godoc.

github.com/qax-os/excelize - 2e8fa2d39c8771c6f79c59e708f2b443302ade7f authored over 8 years ago by Ri Xu <[email protected]>
New function SetCellValue added and update godoc example.

github.com/qax-os/excelize - cbfd6577536304f9b0b93edb7748475d8266fe19 authored over 8 years ago by Ri Xu <[email protected]>
Fix missing show grid lines property and godoc updated.

github.com/qax-os/excelize - 9c14741a6beaab9048d107f2ac47d79416d51c62 authored over 8 years ago by Ri Xu <[email protected]>
Move execute checkRow logic when XLSX file open, speed up library write file.

github.com/qax-os/excelize - 0dd0fba96b8a33eb5fd365131bfc4a2361a9fe3f authored over 8 years ago by Ri Xu <[email protected]>
Open file error return added and UpdateLinkedValue function added to fix linked values within a spreadsheet are not updating.

github.com/qax-os/excelize - df8f85d6abdebba567766484705134f30bf5f847 authored over 8 years ago by Ri Xu <[email protected]>
Fix issue #2 change project to object-oriented style and update readme file.

github.com/qax-os/excelize - 50863294f9d6f2ecc399d06f1b3c2312c4bdce10 authored over 8 years ago by Ri Xu <[email protected]>
Fix issue #4 use builtin `map` instead of home-built.

github.com/qax-os/excelize - 956a4627d1f2b78172eaaf6078209d4cf8e64ce2 authored over 8 years ago by Ri Xu <[email protected]>
xml marshal without indent and use buffer in string concatenation.

github.com/qax-os/excelize - 9c3a24d5c369216ec5e1c292dd6547f7e263d23f authored over 8 years ago by Ri Xu <[email protected]>
Update readme file.

github.com/qax-os/excelize - 78e79347b650baffca03ee61dffff59e978a79e2 authored over 8 years ago by Ri Xu <[email protected]>
Update readme and comments of the test file.

github.com/qax-os/excelize - db47b6750d06ce8726e042454c9a2291a5466874 authored over 8 years ago by Ri Xu <[email protected]>
Fix checkRow() out of range

github.com/qax-os/excelize - 7bd8d9ee5b6952af85f555ac0d74910f87ea71f9 authored over 8 years ago by Ri Xu <[email protected]>
Format code with golint rules

github.com/qax-os/excelize - 192af02a40cc745d967be1c96fcc52569ca8e8df authored over 8 years ago by Ri Xu <[email protected]>
Update testing file more case added and reading cell value usage example in readme added.

github.com/qax-os/excelize - 0a0a36bafd160752c2af914ab3bdb1d28665ebe3 authored over 8 years ago by Ri Xu <[email protected]>
Update readme and license file.

github.com/qax-os/excelize - 2d0eda1aec6f9133e87144d64564051310b58a90 authored over 8 years ago by Ri Xu <[email protected]>
1) Update readme file credits and go report badge added; 2) Remove use less function; 3) Update test file.

github.com/qax-os/excelize - 0e61ae7eda79e7b4e6501c64cf75dea0923489b3 authored over 8 years ago by Ri Xu <[email protected]>
- Get cell value support

- Optimisation code use fmt package
- Update README
- Remove useless function

github.com/qax-os/excelize - 3c4ad28db75108dfd974b994df26ec7f33a69be7 authored over 8 years ago by Ri Xu <[email protected]>
Update test file.

github.com/qax-os/excelize - 0d60020f9678c80df75d180cc874a24d80b1db08 authored over 8 years ago by Ri Xu <[email protected]>
Code coverage test added.

github.com/qax-os/excelize - 6a037fdb7b2efd438b4eb4a4362dc5f1e7fa6777 authored over 8 years ago by Ri Xu <[email protected]>
Update README

github.com/qax-os/excelize - d207d61f67c6c05bc6246d85fc57134d341092ab authored over 8 years ago by Ri Xu <[email protected]>
Update readme and Travis CI added.

github.com/qax-os/excelize - 2125f5f7a8ff1647ad47663613860995c55be3b6 authored over 8 years ago by Ri Xu <[email protected]>
Init commit.

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