thscharler / spreadsheet-ods

Apache License 2.0
29 stars 6 forks source link

Output using std::io:Write #33

Closed andreas-mausch closed 1 year ago

andreas-mausch commented 1 year ago

Similar to #23, it would be great if the standard Write trait could be used directly.

thscharler commented 1 year ago

For this to work it needs to be Write + Seek.

Is this possible for your case, otherwise write_ods_buf should be good.

andreas-mausch commented 1 year ago

Yes, Write and Seek works fine for me.

thscharler commented 1 year ago

Ok, then I pack it into 0.16 too.

thscharler commented 1 year ago

done