<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anyxcelize/.github/workflows, 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>Go 1.16 and later required, migration of deprecation package `ioutil`</title>
<updated>2022-10-12T16:13:36+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-10-12T16:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=7363c1e3337c5f0d9c70cc8af7504b3f8c092ab4'/>
<id>7363c1e3337c5f0d9c70cc8af7504b3f8c092ab4</id>
<content type='text'>
- Improving performance for stream writer `SetRow` function,  reduces memory usage over and speedup about 19%
- Update dependencies module
- Update GitHub workflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Improving performance for stream writer `SetRow` function,  reduces memory usage over and speedup about 19%
- Update dependencies module
- Update GitHub workflow
</pre>
</div>
</content>
</entry>
<entry>
<title>This closes #1312, #1313, fix number format issue</title>
<updated>2022-08-11T16:32:51+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-08-11T16:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=8152bbb2cec76f074dc18c43f3c66bf8abdf9de0'/>
<id>8152bbb2cec76f074dc18c43f3c66bf8abdf9de0</id>
<content type='text'>
- Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions`
- Add go1.19 unit test settings, and made the test case compatible with go1.19
- Update dependencies module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add supported options in the docs of the functions `SetSheetPrOptions` and `GetSheetPrOptions`
- Add go1.19 unit test settings, and made the test case compatible with go1.19
- Update dependencies module
</pre>
</div>
</content>
</entry>
<entry>
<title>This update dependencies module and GitHub Action settings</title>
<updated>2022-05-26T05:01:49+00:00</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2022-05-26T05:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=551b83afab85f2911410a6fa994fe5cc883d8804'/>
<id>551b83afab85f2911410a6fa994fe5cc883d8804</id>
<content type='text'>
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>ref #65, new formula functions: T.DIST.2T and T.DIST.RT</title>
<updated>2022-04-02T17:18:32+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-04-02T17:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=be8fc0a4c5795bb793b171c25fd90e0369812a05'/>
<id>be8fc0a4c5795bb793b171c25fd90e0369812a05</id>
<content type='text'>
- Update GitHub Action settings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update GitHub Action settings
</pre>
</div>
</content>
</entry>
<entry>
<title>This improved formula calculate precision and added zero placeholder number format support</title>
<updated>2022-03-18T16:05:47+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2022-03-18T16:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=94f197c4fe6531f96a42fe4e960c1c921a3ee0e8'/>
<id>94f197c4fe6531f96a42fe4e960c1c921a3ee0e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This closes #1031, fix small float parsed error in some case</title>
<updated>2021-10-15T13:45:46+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2021-10-15T13:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=de38402f74bea9557188ad2c6f31c3127fd1bbfe'/>
<id>de38402f74bea9557188ad2c6f31c3127fd1bbfe</id>
<content type='text'>
- new formula function: YEARFRAC, ref #65
- update the codecov version
- remove unused variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- new formula function: YEARFRAC, ref #65
- update the codecov version
- remove unused variable
</pre>
</div>
</content>
</entry>
<entry>
<title>- new formula functions: DATEVALUE, ref #65</title>
<updated>2021-09-16T16:15:51+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2021-09-16T16:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=2add938798cdd1456616869298319528b0c76913'/>
<id>2add938798cdd1456616869298319528b0c76913</id>
<content type='text'>
- fix ineffectual variable assignments
- timeout in go test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix ineffectual variable assignments
- timeout in go test
</pre>
</div>
</content>
</entry>
<entry>
<title>- This fix panic and incorrect cell read on some case</title>
<updated>2021-08-22T05:36:56+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2021-08-22T05:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=a2d449708cf72928394b4bc4aea41c0c6a606fa2'/>
<id>a2d449708cf72928394b4bc4aea41c0c6a606fa2</id>
<content type='text'>
- Make unit test on Go 1.7
- API documentation updated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Make unit test on Go 1.7
- API documentation updated
</pre>
</div>
</content>
</entry>
<entry>
<title>Create go.yml</title>
<updated>2021-06-09T06:42:20+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2021-06-09T06:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=38162539b61b2b429b0498198ed58e1ef53d284b'/>
<id>38162539b61b2b429b0498198ed58e1ef53d284b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Resolve #627, improve multi-series line chart compatibility with KingSoft WPS</title>
<updated>2020-10-10T16:15:04+00:00</updated>
<author>
<name>xuri</name>
<email>xuri.me@gmail.com</email>
</author>
<published>2020-10-10T16:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gabbott.dev/git/anyxcelize/commit/?id=d1926675f81fcf9afb658e1e51cd4e43d0d05bc9'/>
<id>d1926675f81fcf9afb658e1e51cd4e43d0d05bc9</id>
<content type='text'>
- Avoid to create duplicate style
- Update unit test for the auto filter
- Init code scanning alerts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Avoid to create duplicate style
- Update unit test for the auto filter
- Init code scanning alerts
</pre>
</div>
</content>
</entry>
</feed>
