1. 首页
  2. 数据库
  3. 其它
  4. fast_excel:Ruby超快速Excel编写器 源码

fast_excel:Ruby超快速Excel编写器 源码

上传者: 2021-02-19 21:12:54上传 ZIP文件 377.64KB 热度 18次
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
用户评论