fast_excel:Ruby超快速Excel编写器

时间:2021-02-05 18:28:02
【文件属性】:
文件名称:fast_excel:Ruby超快速Excel编写器
文件大小:378KB
文件格式:ZIP
更新时间:2021-02-05 18:28:02
ruby excel xlsx libxlsxwriter RubyC Ruby超快速Excel编写器 require 'fast_excel' workbook = FastExcel . open ( "hello_world.xlsx" , constant_memory : true ) workbook . default_format . set ( font_size : 0 , # user's default font_family : "Arial" ) worksheet = workbook . add_worksheet ( "Example Report" ) bold = workbook . bold_format work

网友评论