码迷,mamicode.com
首页 >  
搜索关键字:spreadsheet    ( 102个结果
groovy : poi 导出 Excel xlsx
參考 file:///poi-3.10-FINAL/docs/spreadsheet/how-to.html#sxssf text2xlsx.groovy 代码例如以下 package xlsx; import javax.swing.JFileChooser import javax.swing. ...
分类:其他好文   时间:2017-06-10 10:47:04    阅读次数:209
excel转txt工具
有个任务需要读好多eccel,实际读起来并不方便,变手工把ecxcel转换成文本文档,心累。。。。于是闲暇写了个ecxcel转txt的小工具。主要是用的Spreadsheet::XLSX。 use strict;use warnings;use strict; use Spreadsheet::XL ...
分类:其他好文   时间:2017-05-22 16:48:45    阅读次数:164
Perl 输出内容到 excel
#!/usr/bin/perl use strict; use Spreadsheet::WriteExcel; #************生成Excel文档**************** my $xl = Spreadsheet::WriteExcel->new("TEST.xls"); #引号 ...
分类:其他好文   时间:2017-05-12 19:03:37    阅读次数:188
H - Alyona and Spreadsheet
H - Alyona and Spreadsheet During the lesson small girl Alyona works with one famous spreadsheet computer program and learns how to edit tables. Now s ...
分类:其他好文   时间:2017-05-06 11:55:02    阅读次数:207
Codeforces Round #401 (Div. 2)C. Alyona and Spreadsheet(暴力)
传送门 Description During the lesson small girl Alyona works with one famous spreadsheet computer program and learns how to edit tables. Now she has a ta ...
分类:其他好文   时间:2017-05-03 19:14:50    阅读次数:245
POI读写大数据量EXCEL
大数据量的excel一般都是.xlsx格式的,网上使用POI读写的例子比较多,但是很少提到读写非常大数据量的excel的例子,POI官网上提到XSSF有三种读写excel,POI地址:http://poi.apache.org/spreadsheet/index.html。官网的图片: 可以看到有三 ...
分类:其他好文   时间:2017-04-08 22:37:14    阅读次数:397
Codeforces 777C Alyona and Spreadsheet(思维)
题目链接 Alyona and Spreadsheet 记a[i][j]为读入的矩阵,c[i][j]为满足a[i][j],a[i - 1][j], a[i - 2][j],......,a[k][j]不上升的k的最小值。 d[i]为max(c[i][j]) (1 <= j <= m) 那么对于每次询 ...
分类:其他好文   时间:2017-02-26 11:05:26    阅读次数:177
Codeforces Round #401 (Div. 2) C. Alyona and Spreadsheet
题目链接:C. Alyona and Spreadsheet 题意: 给你一个n*m的矩阵,现在有k个询问,每次给你一个l,r,问你在[l,r]这行中能否有一列数十非递减的顺序 题解: 用vector来保存矩阵。 对于每一行n*m dp一下最远能达到的范围,然后询问的时候就判断l,r是否在这个范围内 ...
分类:其他好文   时间:2017-02-24 22:47:09    阅读次数:289
Codeforces Round #401 (Div. 2)
和FallDream dalao一起从学长那借了个小号打Div2,他切ABE我做CD,我这里就写下CD题解,剩下的戳这里 AC:All Rank:33 小号Rating:1539+217->1756 C.Alyona and Spreadsheet 题目大意:给出一个n*m的数字矩阵a,k次询问,每 ...
分类:其他好文   时间:2017-02-24 20:54:22    阅读次数:201
DevExpress 创建EXCEL
添加库引用:DevExpress.Data.v13.1.dll、 DevExpress.Docs.v13.1.dll、DevExpress.Office.v13.1.Core.dll、 DevExpress.Spreadsheet.v13.1.Core.dll和DevExpress.Utils.v1 ...
分类:其他好文   时间:2016-12-16 11:58:41    阅读次数:187
102条   上一页 1 2 3 4 5 6 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!