简体   繁体   中英

Appending Columns to xls and xlsx file in Ruby

I want to programmatically append 3 new columns to present xls/xlsx file. Any idea on how to do it in Ruby? (Ruby V 1.8.7)

You can use the simple_xlsx_writer gem to generate and append data into xls files.

 $gem install simple_xlsx_writer

Refer this DOC for more of this gem usage and methods.

我认为您会发现Ruby Spreadsheet库是一个很好的起点。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM