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

Add the ability to change the default font

Closes #390

github.com/qax-os/excelize - b1c9884f6d186bd1bfb4fc1d34061856345b8530 authored over 5 years ago by Harris <[email protected]>
Resolve #404, get sheet map by target rels.

github.com/qax-os/excelize - f91f548614a7182ce66d55d10ed311e9b7e08a2a authored over 5 years ago by xuri <[email protected]>
Resolve #397, support set style by columns

github.com/qax-os/excelize - 7e77e14814658486267e3f237f484fa8e63a0cd4 authored over 5 years ago by xuri <[email protected]>
fixed #373, comments duplicate caused by inner counting errors

github.com/qax-os/excelize - 25763ba3e1af39bf2fd00bfa6aabcb054ca78327 authored over 5 years ago by xuri <[email protected]>
Resolve #394, init set header and footer support

github.com/qax-os/excelize - 69b38ddcd60f7cf4c158c706ddbbeb89a8ff2108 authored over 5 years ago by xuri <[email protected]>
Fix structs fields definition errors and keep double quotes in data validation formula

github.com/qax-os/excelize - 72701e89c7145f9d08a79c93040e232b2875c855 authored over 5 years ago by xuri <[email protected]>
Remove Go 1.8 test in TravisCI

github.com/qax-os/excelize - 63e97ffc9aae35780cdbd69ad966fb101fc5217f authored over 5 years ago by xuri <[email protected]>
Resolve #393, upgrade Go module to v2

github.com/qax-os/excelize - b1f632d4084130628f10906ff6a7bb55022e4c08 authored over 5 years ago by xuri <[email protected]>
Resolve #392, compatible with strict relations name space inspection

github.com/qax-os/excelize - 01a418bda8502890e89ab20a2b41220372877bae authored over 5 years ago by xuri <[email protected]>
Update readme

github.com/qax-os/excelize - 29b2854e53560beb3c238786929097421fa9a942 authored over 5 years ago by xuri <[email protected]>
Resolve #387, skip saving empty calculation chains

github.com/qax-os/excelize - 095b5fb62a4bfea5c2163e415ad26e46c8c3b720 authored over 5 years ago by xuri <[email protected]>
Add a check for maximum limit hyperlinks in a worksheet

typo fixed

github.com/qax-os/excelize - b45c4b094c6b2a7bfbc9944fc04c51c45b3454a3 authored over 5 years ago by xuri <[email protected]>
godoc update and typo fixed

github.com/qax-os/excelize - 0660f30cddc06de7883d40eb4f8e4945c18a0252 authored over 5 years ago by xuri <[email protected]>
Resolve #382, rewrite prepareSheetXML to scale linearly (#383)

* Rewrite prepareSheetXML to scale linearly

We don't need to backfill columns into every row ...

github.com/qax-os/excelize - 0f9170a03b9fe19c1c22687fba8bcbdfd69a6347 authored over 5 years ago by Michael <[email protected]>
add unit tests to functions

github.com/qax-os/excelize - a88459d5f1e83006ba421f334a1513d1c231eb6b authored over 5 years ago by xuri <[email protected]>
Resolve #369,#370

add error return value

exported functions:

GetMergeCells
ProtectSheet
UnprotectSheet
UpdateLin...

github.com/qax-os/excelize - f2df344739146189a1dea7cfb81239231af5135b authored over 5 years ago by xuri <[email protected]>
Check max length for SetCellStr and fix coordinate issue for MergeCell

github.com/qax-os/excelize - c423617e9d948b61cf9397710bf8f2098efe7634 authored over 5 years ago by xuri <[email protected]>
Merge pull request #381 from aplulu/fix_calcchain

Fix two bugs related to Formula

github.com/qax-os/excelize - 031ae303fd37b43f687c57edbf58cad7f354f8c7 authored over 5 years ago by xuri <[email protected]>
Merge pull request #379 from yoshhiide/bug-calc-position-object

fix calc object position for addPicture

github.com/qax-os/excelize - 8fff533b40111085f936075d7da12490be4a46a2 authored over 5 years ago by xuri <[email protected]>
Fix out of range panic when removing formula.

Fix file corruption issue when deleting a sheet containing a formula.

github.com/qax-os/excelize - 841ff4a03e2b30378f6bb2930752c8e9dcfe0dca authored almost 6 years ago by Aplulu <[email protected]>
Resolve #377, avoid empty column in GetRows result

github.com/qax-os/excelize - 4e7d93a77796aa6814339d377a94d4b66226f1ce authored almost 6 years ago by xuri <[email protected]>
Adjust coding style

github.com/qax-os/excelize - 8134197b07c5aa7615d97b586d69d8ff02f19df3 authored almost 6 years ago by nabeyama yoshihide <[email protected]>
Fixed bug in the calculation target cell(row).

The target cell for calclator the height was shifted by 1.

github.com/qax-os/excelize - b0acd922ef9e4874eeadd905a636ebc911b1b299 authored almost 6 years ago by nabeyama yoshihide <[email protected]>
Fixed bug in column cell to check.

The target cell for calclator the width was shifted by 1.

github.com/qax-os/excelize - 28c02e3aaf585037f7d9035c21901844bdda91a2 authored almost 6 years ago by nabeyama yoshihide <[email protected]>
resolve #359, optimize for saving duplicate images

Do not save duplicate images

github.com/qax-os/excelize - eca66180f191ba1209e5d50859be51eec7954281 authored almost 6 years ago by xuri <[email protected]>
Do not save duplicate images

Adding the same image should create a drawing referencing the
already stored copy of the image.
...

github.com/qax-os/excelize - a94dcb9918b5fec133faf5df65144d48e8722ca8 authored almost 6 years ago by Michael <[email protected]>
Add unit test to improve testing coverage

github.com/qax-os/excelize - f0244c00161ad6372ceb1ec951f3a82c741cd46a authored almost 6 years ago by xuri <[email protected]>
refactor: handler error instead of panic,

Exported functions:

SetCellStyle
InsertCol
RemoveCol
RemoveRow
InsertRow
DuplicateRow
Duplicate...

github.com/qax-os/excelize - 40ff5dc1a7d7aa42f5db9cf9dfe858cc3820b44e authored almost 6 years ago by xuri <[email protected]>
Add benchmark for adding images to sheet (#367)

* Add benchmark for adding images to sheet

This should help track performance regressions in ...

github.com/qax-os/excelize - 2874d75555102b8266477cdda2966ff37dde6b12 authored almost 6 years ago by Michael <[email protected]>
resolve #366 fix image duplication

github.com/qax-os/excelize - 677a22d99497fcc24135c949ab721d80ba5aa92a authored almost 6 years ago by xuri <[email protected]>
Fixed PR #356 regression RemoveCol() broken (#365)

github.com/qax-os/excelize - 7d197c6d8963c4d7b6ba12b1f37c4bf1c9d0dade authored almost 6 years ago by Veniamin Albaev <[email protected]>
Use bitSize for float32 type numbers conversion, relate PR #361

github.com/qax-os/excelize - 70b1a29165867643e961ceef27592349a122ab7c authored almost 6 years ago by xuri <[email protected]>
SetCellFloat for floats with specific precision (#361)

This allows the user to set a floating point value into a
cell with a specific number of places...

github.com/qax-os/excelize - b2c12d784e94bfb14da800962c769f5a0f6f783e authored almost 6 years ago by Michael <[email protected]>
resolve #360, fix axis parse issue when add / get pictures;

typo fixed and go test updated

github.com/qax-os/excelize - 40ea8eb014c200c5ed8d81918ee56b0579aca324 authored almost 6 years ago by xuri <[email protected]>
Typo fixed and godoc updated

github.com/qax-os/excelize - beff7b4f3c1c9a964d5f09181e1368d3a2b9a096 authored almost 6 years ago by xuri <[email protected]>
Huge refactorig for consistent col/row numbering (#356)

* Huge refactorig for consistent col/row numbering

Started from simply changing ToALphaString...

github.com/qax-os/excelize - dc01264562e6e88d77a28042408029770ea32df4 authored almost 6 years ago by Veniamin Albaev <[email protected]>
Merge pull request #352 from caozhiyi/master

update go test and function docs

github.com/qax-os/excelize - 092f16c744c40e85be5cf6128dfb35c96e7df78b authored almost 6 years ago by xuri <[email protected]>
update go test and function docs

github.com/qax-os/excelize - b974df402a70364ec9b39360b5e1f6722d36a857 authored almost 6 years ago by caozhiyi <[email protected]>
update README and functions docs (#351)

* update README and functions docs

* update README and functions docs

github.com/qax-os/excelize - 164a3e126aafd1b5652d9da60ae2ba2240d412eb authored almost 6 years ago by Kimxu <[email protected]>
Implement consistent row addressing by Excel row number starting with 1 (#350)

* Implement consistent row addressing by Excel row number starting with 1

1. Added second ver...

github.com/qax-os/excelize - 12c1e2481e3f9f3c3c12a938484f04b12d5dede8 authored almost 6 years ago by Veniamin Albaev <[email protected]>
Resolve #106, #294 performance optimization for add hyperlink

github.com/qax-os/excelize - f66212da9bab1c39ab791d41881c70ae7ba00c20 authored almost 6 years ago by xuri <[email protected]>
Resolve #274, performance optimization for add images, charts and shapes

github.com/qax-os/excelize - 1aed1d744b12885c4a88c090494175c59208e038 authored almost 6 years ago by xuri <[email protected]>
Resolve #235, performance optimization for add comments (#347)

github.com/qax-os/excelize - 1427027e38d6db46d441243f00d6989c2f53e7ce authored almost 6 years ago by BluesJhao <[email protected]>
Resolve #345, get comments by target reference

github.com/qax-os/excelize - c223815cfe88e2cdfe3631860a6936e94229f779 authored almost 6 years ago by xuri <[email protected]>
resolve the issue corrupted xlsx after deleting formula of cell, reference #346

github.com/qax-os/excelize - 0072bb731043f89ce978778b9d7fdc6160e29de0 authored almost 6 years ago by xuri <[email protected]>
Faster TitleToNumber (#343)

* TestTitleToNumber: more test cases

* TitleToNumber: drop use of math.Pow()

Compute using...

github.com/qax-os/excelize - e780e41e0222517caa9c69030b5955ab2b458a49 authored almost 6 years ago by Olivier Mengué <[email protected]>
Update readme

github.com/qax-os/excelize - b7b925c03fa611b0157214357cc7f7b949b32992 authored almost 6 years ago by xuri <[email protected]>
Merge pull request #340 from rentiansheng/datavalidation_formula_error

fix: datavalidation list error, formula > 255 issue #339

github.com/qax-os/excelize - 36fc39feb6283ef8e130898fbacc250144d342f8 authored almost 6 years ago by xuri <[email protected]>
fix: datavalidation list error, formula > 255 issue #339

github.com/qax-os/excelize - daf32a37f948f08cd585b14a935b49efdec9ff96 authored almost 6 years ago by rentiansheng <[email protected]>
Merge pull request #337 from kkxkkxkkgh/paper-size

The function SetPageLayout support set paper size

github.com/qax-os/excelize - 0c5c99e2ad1478499e634d3cc42c9c261e89bba0 authored almost 6 years ago by xuri <[email protected]>
The function SetPageLayout support set paper size

github.com/qax-os/excelize - 81948d9e1ee807a1e5f9b654f2edc47b121c4b0e authored almost 6 years ago by kkxkkxkkgh <[email protected]>
Merge pull request #334 from albenik/duplicate_row

Resolve #333 New feature: File.DuplicateRowTo() duplicate row to a specified row position

github.com/qax-os/excelize - 7f1323f7ac7037670848fb8ab103ace59748c28e authored almost 6 years ago by xuri <[email protected]>
New feature: File.DuplicateRowTo() duplicate row to specified row position.

DuplicateRowTo() is similar to DuplicateRow() but copies specified row not just after specified ...

github.com/qax-os/excelize - 725c1a0c40971282ff924f4802a57e4c17431691 authored almost 6 years ago by Veniamin Albaev <[email protected]>
Merge pull request #332 from mmitton/331_style_fill

Do not create a blank fill if no fill is specified in the style format

github.com/qax-os/excelize - b0ed4c12d2cced29d82e8a4af47f7b42f555ca8c authored almost 6 years ago by xuri <[email protected]>
Do not create a blank fill if no fill is specified in the style format

github.com/qax-os/excelize - 5dd00b9a004d5a7bc867ed09387cbd88fed240e4 authored almost 6 years ago by Michael W. Mitton <[email protected]>
Merge pull request #330 from zhangleijlu/master

Resolve #318, add new functions `SetPageLayout` and `GetPageLayout`

github.com/qax-os/excelize - 055d3fadf289f98a1f3cae3fe5177ccc5ea3509d authored about 6 years ago by xuri <[email protected]>
Resolve #318, add new functions and

github.com/qax-os/excelize - 034de7acd88e848e051b9ee809767e63476cd88e authored about 6 years ago by zhangleijlu <[email protected]>
Resolve #329, add copyright agreement statement on README and LICENSE

github.com/qax-os/excelize - 969f4e2399d17386c1beda389096a737873110ff authored about 6 years ago by xuri <[email protected]>
Fixes #195: Make GetRows return value avoid empty cell

* #195: proposed resolution to the issue

* Make GetRows return value avoid empty cell

* Up...

github.com/qax-os/excelize - dea7ba0ec43a4c29a6642d02b6edc73b8b0369f0 authored about 6 years ago by Rafael Barros <[email protected]>
README updated

github.com/qax-os/excelize - fabd9d013f7d18cfc77e374a603a26995fdf091d authored about 6 years ago by xuri <[email protected]>
Merge pull request #326 from fossabot/master

Add license scan report and status

github.com/qax-os/excelize - 34ee74b72a909da32d3b7362176905457fe2469d authored about 6 years ago by xuri <[email protected]>
Add license scan report and status

Signed-off-by: fossabot <[email protected]>

github.com/qax-os/excelize - 46179eac457dee67b40dde1070affe3bf787bd9c authored about 6 years ago by fossabot <[email protected]>
Merge pull request #323 from albenik/tests_fix

Tests refactoring

github.com/qax-os/excelize - 45ab95a4a118ed3ffa101cfe76eb8ba5c051aac5 authored about 6 years ago by xuri <[email protected]>
Tests refactoring

Primary motivation: Avoid statefull tests with not ignorable git file tree changes.
Multiple tes...

github.com/qax-os/excelize - 35426ed5dc5196374332498c82b4d480b05e5ac5 authored about 6 years ago by Veniamin Albaev <[email protected]>
New feature: the function `SearchSheet` now support regular expression, relate pull request #316

github.com/qax-os/excelize - 9a6f66a996eb83f16da13416c5fca361afe575b0 authored about 6 years ago by xuri <[email protected]>
Duplicate row (#317)

* go mod tidy applied

* File.DuplicateRow() method added

github.com/qax-os/excelize - 7b7ca99f5d570c30f7eee92c38c5e632b7815239 authored about 6 years ago by Veniamin Albaev <[email protected]>
Add RegSearchSheet (#316)

github.com/qax-os/excelize - 9b8baf75ad7613dba24635b4c66791e404c6b7d5 authored about 6 years ago by r-uchino <[email protected]>
Resolve #311, create 2D/3D area, stacked area, 100% stacked area chart support

github.com/qax-os/excelize - b04107c4a374dfc0a625d1513b0e5cb1d907260b authored about 6 years ago by xuri <[email protected]>
Merge pull request #315 from CodeLingoBot/codelingo-setup

CodeLingo Setup

github.com/qax-os/excelize - e7a96da2db1850d6cef5c2f9f199615edc752121 authored about 6 years ago by xuri <[email protected]>
CodeLingo setup

Signed-off-by: CodeLingo Bot <[email protected]>

github.com/qax-os/excelize - dcc20705ae08776363013d002473db77b042feb4 authored about 6 years ago by CodeLingo Bot <[email protected]>
Merge pull request #313 from sairoutine/feature/get_merge_cells

Add GetMergeCells

github.com/qax-os/excelize - 3ca3156d453076d5423b15cb47bfc8f027ebe95d authored about 6 years ago by xuri <[email protected]>
Add GetMergeCells

github.com/qax-os/excelize - 3012df08eb81756704a8e3f47fff59d0a6bf693b authored about 6 years ago by sairoutine <[email protected]>
Fixes #310, support set and get TopLeftCell properties of sheet view options

github.com/qax-os/excelize - 90221bd98fab0ce85a177d955d79a964bb4b66b2 authored about 6 years ago by xuri <[email protected]>
Merge pull request #307 from mlh758/add-outline-summary

Add support to flip outline summaries

github.com/qax-os/excelize - d166d2e06fd7faf116a5d8ef9ec035a5a05799c5 authored about 6 years ago by xuri <[email protected]>
Fixes #308, refactor `NewSheet()`, `DeleteSheet()`, `SetActiveSheet()` and `GetActiveSheetIndex()`

github.com/qax-os/excelize - e728ff14981bda19a18a830e416290cecc5a269e authored about 6 years ago by xuri <[email protected]>
Merge pull request #306 from wcsiu/go-module-migration

migrate to go module

github.com/qax-os/excelize - 62fbc216a7caa7e2932062c0f3554713dafe4c82 authored about 6 years ago by xuri <[email protected]>
Add support to flip outline summaries

This adds outlinePr support, with the summaryBelow attribute
which defaults to true.

Closes #30...

github.com/qax-os/excelize - faa7285a4f5db13e3629360562abc8a459bad0c2 authored about 6 years ago by Harris <[email protected]>
migrate to go module

github.com/qax-os/excelize - 252d31b3c6adbfddbb7dcb6732ddad7ca2c87302 authored about 6 years ago by wcsiu <[email protected]>
Merge pull request #303 from CodeLingoBot/effective-go-fix-comments

Fix comments according to best practices by effective go

github.com/qax-os/excelize - 4094e0019f08bb771eb45ee90b1ae119c71a0f3a authored about 6 years ago by xuri <[email protected]>
Fix comments according to best practices by effective go

github.com/qax-os/excelize - 81b43da7b6b5b34f408f0d785a6c798ddd3b6124 authored about 6 years ago by xuri <[email protected]>
Add new logo for excelize

github.com/qax-os/excelize - b89f75c8968e07f41cb7e44a4bbad493cd9e051a authored about 6 years ago by xuri <[email protected]>
Merge pull request #300 from taomin597715379/bugfix_297

resolve #297, fix GetSheetMap() failed

github.com/qax-os/excelize - 724ed5f9f3835c317ca9b8b52c30d3cea8754a5b authored about 6 years ago by xuri <[email protected]>
resolve #297, fix GetSheetMap() failed

Change-Id: I585a4a017867b89bd39cb6e711467a46eaa757be

github.com/qax-os/excelize - 1bb59f75ea71d88a20802f97da7158eb43d082dd authored about 6 years ago by taomin597715379 <[email protected]>
Merge pull request #291 from peiqi111/master

resolve #289, #290

github.com/qax-os/excelize - 507fc5307d17194203046321534244a8fe6215ed authored about 6 years ago by xuri <[email protected]>
fix issue #290

github.com/qax-os/excelize - ef334ee658e6d4d7279e3a12e292d8c8f3800f77 authored about 6 years ago by peiqi <[email protected]>
Merge pull request #287 from q523591/unprotect-sheet

New function `UnprotectSheet()` has been added

github.com/qax-os/excelize - 2aca340f5d8358828f2d6c889d50fd34693ecfe7 authored about 6 years ago by xuri <[email protected]>
New function `UnprotectSheet()` has been added

github.com/qax-os/excelize - 51857a217d6eec867d70f948104177e728c19bf5 authored about 6 years ago by q523591 <[email protected]>
resolve #273 new feature: protect sheet support

new feature: protect sheet support, relate issue #273

github.com/qax-os/excelize - 4dbc78ce0a0d40be189b4c77207cdbb598846c73 authored about 6 years ago by HcySunYang <[email protected]>
Merge pull request #280 from covv/search-sheet

resolve #277 Add testing case for the function `SearchSheet()`

github.com/qax-os/excelize - 30122d0346dc751b01c9865af3febb1f99e1f5e0 authored about 6 years ago by xuri <[email protected]>
Merge pull request #281 from tvso/miscellaneous

fix unknown option in JSON struct tag

github.com/qax-os/excelize - 7adb8f8a2e218fcb86d9e87ae061741d300c3807 authored about 6 years ago by xuri <[email protected]>
fix unknown option in JSON struct tag

github.com/qax-os/excelize - 0ef2324f0bdd2fb524b0e19973c2b1a093a5afc5 authored about 6 years ago by tvso <[email protected]>
Add testing case for the function `SearchSheet()`.

github.com/qax-os/excelize - 75edf1ac7d05854f36a518be0aecb397908adb76 authored about 6 years ago by covv <[email protected]>
Merge pull request #278 from peng/search-sheet

New function: `SearchSheet()`, relate issue #277

github.com/qax-os/excelize - 42c3541f6840d6e4c03455401ec00f5ce1130d54 authored about 6 years ago by xuri <[email protected]>
Merge pull request #278 from peng/search-sheet

New function: `SearchSheet()`, relate issue #277

github.com/qax-os/excelize - b917466c71a51877cc34f9c1997b59196b06fddd authored about 6 years ago by xuri <[email protected]>
New function: `SearchSheet()`, relate issue #277

github.com/qax-os/excelize - e2e58a3a441a169ff8e9e5e65caf545a15026c37 authored about 6 years ago by peng <[email protected]>
Fix the issue caused by missing tradition to strict conversion for `sharedStringsReader()`, relate issue #276

github.com/qax-os/excelize - 90bdd3632f16244583525e580fa3edd42361db68 authored about 6 years ago by xuri <[email protected]>
resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support

github.com/qax-os/excelize - 1c45425f12f38012b975c36f4d17bd1cec3c0aba authored about 6 years ago by xuri <[email protected]>
Merge pull request #275 from Zheaoli/master

Add Support for WriteTo Buffer

github.com/qax-os/excelize - d8a34af384d2fa2493e80bf0259454043b3ff54e authored about 6 years ago by xuri <[email protected]>
feat: add new function and refactor writeto action

* add new exported function to get Excel file content buffer

* refactor the WriteTo function

github.com/qax-os/excelize - 2be4d45c6270d2b8c3e80d8bd6a10cba71b5052a authored about 6 years ago by lizheao <[email protected]>
Merge pull request #233 from sewi-cpan/master

Update documentation and add sample file

github.com/qax-os/excelize - f0234e6c08f77d23499945e2720a900306a12e95 authored over 6 years ago by xuri <[email protected]>