Skip to content

Releases: alicebob/streamxlsx

empty "sharedStrings.xml" file

15 Feb 09:33
Compare
Choose a tag to compare
add empty sharedStrings.xml file

There should be no need, but it might help some readers.

remove dependencies

18 Nov 12:25
54ef0d5
Compare
Choose a tag to compare
Merge pull request #4 from alicebob/reallynodep

really no deps

seems to work

01 Oct 18:04
Compare
Choose a tag to compare

Let's call this v1.

nil cells and better error checks

10 Sep 11:34
6bdd6bd
Compare
Choose a tag to compare
  • allow 'nil' cells
  • '.Close()` now returns if any error happened during any previous write as well.

fix for empty sheet

11 Jun 08:18
Compare
Choose a tag to compare

Empty sheets without any rows caused a panic.

fix timezones

14 May 15:42
Compare
Choose a tag to compare
v0.5.5

don't change the timezone of time.Time{}s

bool cells

14 May 15:24
Compare
Choose a tag to compare
v0.5.3

support booleans

pprof optimization

12 May 16:38
b72b95a
Compare
Choose a tag to compare

Unfortunately, writing xml by hand makes too much of a difference in speed.

license

11 May 12:52
Compare
Choose a tag to compare
v0.5.1

MIT license

seems to work

11 May 12:35
Compare
Choose a tag to compare
v0.5.0

add a write buffer