poi2csv 这个Ruby GEM为http提供了一个包装器
Poi2csv此GEM为库提供了一个包装器,用于将Excel(.xls和.xlsx)文件转换为CSV。安装将此行添加到应用程序的Gemfile中: gem 'poi2csv'然后执行: $ bundle或者自己安装: $ gem install poi2csv用法Poi2csv::to_csv(input_file_path、output_folder_path、separator=nil、formating_convention=nil)贡献分叉吧创建您的功能分支( git checkout -b my-new-feature )提交您的更改( git commit -am 'Add some feature' )推送到分支( git push origin my-new-feature )创建新的拉取请求
下载地址
用户评论