<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anyxcelize/.gitignore, branch getRowInterface</title>
<subtitle>A fork of excelize to be able to write non-strings.
</subtitle>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/'/>
<entry>
<title>This closes #1204, breaking changes for add comments</title>
<updated>2022-11-02T00:45:06+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-11-02T00:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=db2d084ada1a08a48967506b2f1852062168deec'/>
<id>db2d084ada1a08a48967506b2f1852062168deec</id>
<content type='text'>
- Allowing insert SVG format images
- Unit tests updated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Allowing insert SVG format images
- Unit tests updated
</pre>
</div>
</content>
</entry>
<entry>
<title>ref #65, new formula function: DAVERAGE</title>
<updated>2022-06-30T16:43:27+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-06-30T16:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=dd6c3905e0eadd7d02a1c0d90499d27e465216d2'/>
<id>dd6c3905e0eadd7d02a1c0d90499d27e465216d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This update docs and tests for workbook encryption</title>
<updated>2022-05-31T03:14:42+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-05-31T03:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=8fde918d981e9229b43fc6045b259a1db31cf1f4'/>
<id>8fde918d981e9229b43fc6045b259a1db31cf1f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix file corrupted in some cases, check file extension and format code</title>
<updated>2022-01-22T16:48:26+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-01-22T16:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=3ee3c38f9c63de3782fad21aae9c05ee0530fc32'/>
<id>3ee3c38f9c63de3782fad21aae9c05ee0530fc32</id>
<content type='text'>
Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case
New exported error ErrWorkbookExt has been added, and check file extension on save the workbook
Format source code with `gofumpt`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case
New exported error ErrWorkbookExt has been added, and check file extension on save the workbook
Format source code with `gofumpt`
</pre>
</div>
</content>
</entry>
<entry>
<title>This closes #833, closes #845, and closes #1022, breaking changes</title>
<updated>2021-09-19T03:06:54+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2021-09-18T15:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=790c363cceaaa09e91ad579e2d25cb13c1582bba'/>
<id>790c363cceaaa09e91ad579e2d25cb13c1582bba</id>
<content type='text'>
- Close spreadsheet and row's iterator required
- New options `WorksheetUnzipMemLimit` have been added
- Improve streaming reading performance, memory usage decrease about 93.7%
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Close spreadsheet and row's iterator required
- New options `WorksheetUnzipMemLimit` have been added
- Improve streaming reading performance, memory usage decrease about 93.7%
</pre>
</div>
</content>
</entry>
<entry>
<title>Number format read fix (#741)</title>
<updated>2020-12-12T08:17:00+00:00</updated>
<author>
<name>Artem Kustikov</name>
<email>artem.kustikov@gmail.com</email>
</author>
<published>2020-12-12T08:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=61057c58d34c78232ad0a5c1702ea9fa25a7641a'/>
<id>61057c58d34c78232ad0a5c1702ea9fa25a7641a</id>
<content type='text'>
* fix UT-generated file names to be ignored
* fix cell value load with invalid number format ID
* fix PR issues</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix UT-generated file names to be ignored
* fix cell value load with invalid number format ID
* fix PR issues</pre>
</div>
</content>
</entry>
<entry>
<title>extend cell value load to support custom datetime format (#703)</title>
<updated>2020-10-04T13:07:39+00:00</updated>
<author>
<name>Artem Kustikov</name>
<email>artem.kustikov@gmail.com</email>
</author>
<published>2020-10-04T13:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=f2b8798a34aab4411a50861a4cdf47203edc3a19'/>
<id>f2b8798a34aab4411a50861a4cdf47203edc3a19</id>
<content type='text'>
* extend cell value load to support custom datetime format

* cleanup incorrect imports

* fix numeric values conversion as done in legacy Excel

* fix tests coverage

* revert temporary package name fix

* remove personal info from test XLSX files

* remove unused dependencies

* update format conversion in parseTime

* new UT to increase code coverage

* Resolve code review issue for PR #703

* Rename broken file name generated by unit test

Co-authored-by: xuri &lt;xuri.me@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* extend cell value load to support custom datetime format

* cleanup incorrect imports

* fix numeric values conversion as done in legacy Excel

* fix tests coverage

* revert temporary package name fix

* remove personal info from test XLSX files

* remove unused dependencies

* update format conversion in parseTime

* new UT to increase code coverage

* Resolve code review issue for PR #703

* Rename broken file name generated by unit test

Co-authored-by: xuri &lt;xuri.me@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #539 Fixed error opening excel file created in encoding d… (#540)</title>
<updated>2019-12-19T16:30:48+00:00</updated>
<author>
<name>Alex Geer</name>
<email>monoflash@gmail.com</email>
</author>
<published>2019-12-19T16:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=b1b3c0d15158abc71267da5893de020f047c3872'/>
<id>b1b3c0d15158abc71267da5893de020f047c3872</id>
<content type='text'>
* Fixed issue #539 Fixed error opening excel file created in encoding different from UTF-8, added logging of possible errors when decoding XML if the function does not provide exit with an error

* Added test for CharsetReader

* Fixed #discussion_r359397878

Discussion: https://github.com/360EntSecGroup-Skylar/excelize/pull/540#discussion_r359397878

* Fixed go fmt

* go mod tidy and removed unused imports

* The code has been refactored
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed issue #539 Fixed error opening excel file created in encoding different from UTF-8, added logging of possible errors when decoding XML if the function does not provide exit with an error

* Added test for CharsetReader

* Fixed #discussion_r359397878

Discussion: https://github.com/360EntSecGroup-Skylar/excelize/pull/540#discussion_r359397878

* Fixed go fmt

* go mod tidy and removed unused imports

* The code has been refactored
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: handler error instead of panic,</title>
<updated>2019-03-23T12:08:06+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2019-03-23T12:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=40ff5dc1a7d7aa42f5db9cf9dfe858cc3820b44e'/>
<id>40ff5dc1a7d7aa42f5db9cf9dfe858cc3820b44e</id>
<content type='text'>
Exported functions:

SetCellStyle
InsertCol
RemoveCol
RemoveRow
InsertRow
DuplicateRow
DuplicateRowTo
SetRowHeight
GetRowHeight
GetCellValue
GetCellFormula
GetCellHyperLink
SetCellHyperLink
SetCellInt
SetCellBool
SetCellFloat
SetCellStr
SetCellDefault
GetCellStyle
SetCellValue
MergeCell
SetSheetRow
SetRowVisible
GetRowVisible
SetRowOutlineLevel
GetRowOutlineLevel
GetRows
Columns
SearchSheet
AddTable
GetPicture
AutoFilter
GetColVisible
SetColVisible
GetColOutlineLevel
SetColOutlineLevel
SetColWidth
GetColWidth

inner functions:

adjustHelper
adjustMergeCells
adjustAutoFilter
prepareCell
setDefaultTimeStyle
timeToExcelTime
addDrawingChart
addDrawingVML
addDrawingPicture
getTotalRowsCols
checkRow
addDrawingShape
addTable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exported functions:

SetCellStyle
InsertCol
RemoveCol
RemoveRow
InsertRow
DuplicateRow
DuplicateRowTo
SetRowHeight
GetRowHeight
GetCellValue
GetCellFormula
GetCellHyperLink
SetCellHyperLink
SetCellInt
SetCellBool
SetCellFloat
SetCellStr
SetCellDefault
GetCellStyle
SetCellValue
MergeCell
SetSheetRow
SetRowVisible
GetRowVisible
SetRowOutlineLevel
GetRowOutlineLevel
GetRows
Columns
SearchSheet
AddTable
GetPicture
AutoFilter
GetColVisible
SetColVisible
GetColOutlineLevel
SetColOutlineLevel
SetColWidth
GetColWidth

inner functions:

adjustHelper
adjustMergeCells
adjustAutoFilter
prepareCell
setDefaultTimeStyle
timeToExcelTime
addDrawingChart
addDrawingVML
addDrawingPicture
getTotalRowsCols
checkRow
addDrawingShape
addTable
</pre>
</div>
</content>
</entry>
<entry>
<title>Add benchmark for adding images to sheet (#367)</title>
<updated>2019-03-23T08:09:48+00:00</updated>
<author>
<name>Michael</name>
<email>osiris2918@gmail.com</email>
</author>
<published>2019-03-23T08:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=2874d75555102b8266477cdda2966ff37dde6b12'/>
<id>2874d75555102b8266477cdda2966ff37dde6b12</id>
<content type='text'>
* Add benchmark for adding images to sheet

This should help track performance regressions in future changes.

* Only transform sheet name if necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add benchmark for adding images to sheet

This should help track performance regressions in future changes.

* Only transform sheet name if necessary
</pre>
</div>
</content>
</entry>
</feed>
