excel - Ruby - Write Data to Existing .xlsx Document -


i have existing xlsx file trying write data programatically. there modern solution ruby? looked google sheets api it's java , .net.

i've searched quite bit, , far have checked out following gems no luck:

https://github.com/roo-rb/roo

https://github.com/randym/axlsx

https://github.com/weshatheleopard/rubyxl

https://github.com/cxn03651/write_xlsx

in meantime seems best solution write csv, import csv xlsx file. it's tough programmatically in future.

any appreciated, thanks.


Comments

Popular posts from this blog

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -