fast_excel:Ruby超快速Excel编写器 源码
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
文件列表
fast_excel:Ruby超快速Excel编写器
(预估有个139文件)
text_width_ext.c
51KB
Makefile.am
818B
miniunz.c
17KB
minizip.c
15KB
configure.ac
786B
zip.c
64KB
miniunzip.1
2KB
unzip.c
69KB
minizip.1
1KB
iowin32.c
14KB
暂无评论