文件名称:fast_excel:Ruby超快速Excel编写器
文件大小:378KB
文件格式:ZIP
更新时间:2024-02-26 12:14:42
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