工作中很多地方需要同时处理多个数据表,而且用数据透视表进行排版,排序,计算字段,一个一个的做非常累,这里给出批量处理的方法。学习VBA之前最好懂一点点VB的基础知识,因为里面的很多语法问题都是由VB来的。Sub 出库数据一键生成数据透视表()'先判定sheet表名称是否正确 If ActiveShe...
分类:
编程语言 时间:
2015-01-27 21:29:33
阅读次数:
313
原文:http://kpbp.github.io/swiftcheatsheet/A quick cheat sheet and reference guide for Apple's Swift language. This guide intends to cover all the key f...
分类:
编程语言 时间:
2015-01-26 10:13:03
阅读次数:
205
Excel Sheet Column Title2015.1.23 17:20Given a positive integer, return its corresponding column title as appear in an Excel sheet.For example: 1 -...
分类:
其他好文 时间:
2015-01-23 19:49:35
阅读次数:
144
Excel Sheet Column Number2015.1.23 17:54Related to questionExcel Sheet Column TitleGiven a column title as appear in an Excel sheet, return its corres...
分类:
其他好文 时间:
2015-01-23 19:44:00
阅读次数:
187
题目:
Related to question Excel Sheet Column Title
Given a column title as appear in an Excel sheet, return its corresponding column number.
For example:
A -> 1
B -> 2
C -> 3
....
分类:
编程语言 时间:
2015-01-23 11:21:21
阅读次数:
185
Given a column title as appear in an Excel sheet, return its corresponding column number....
分类:
其他好文 时间:
2015-01-22 23:28:35
阅读次数:
369
近期一段时间正好在做winform导出Excel报表的问题,学习了一下C#操作Excel的一些方法(如:向Excel中插入图片;删除Excel指定sheet中的某行或某列,在Excel指定的单元格中画线等)一、加入引用 加入com组件(Microsoft Office 11.0 Object Li....
1 Public Sub Igor() 2 Dim Dtsheet As Excel.Worksheet 3 Dim TotalC As Long '原始数据范围列 4 Dim TotalR As Long ...
分类:
其他好文 时间:
2015-01-22 15:15:11
阅读次数:
227
1 Workbook workBook = new Workbook(this.fuFile.FileContent); 2 Aspose.Cells.Worksheet sheet = workBook.Worksheets[0]; 3 Cells cells = sheet.Cells; 4 ....
分类:
Web程序 时间:
2015-01-22 15:11:10
阅读次数:
161
IOS Application Security Testing Cheat Sheet[hide]1DRAFT CHEAT SHEET - WORK IN PROGRESS2Introduction3Information gathering4Application traffic analysi...
分类:
移动开发 时间:
2015-01-21 19:53:40
阅读次数:
327