Aspose Cells使用总结
更新时间:2024-04-14 02:33:01 阅读量: 综合文库 文档下载
- aspose.cells推荐度:
- 相关推荐
Aspose Cells使用总结
使用Aspose.Cells的基础知识整理
这两天用Aspose.Cells构建一个Excel报表,感觉这个组件还比较好用.记录一下常用的使用知识:
1.创建Workbook和Worksheet
Workbook wb = new Workbook(); wb.Worksheets.Clear();
wb.Worksheets.Add(\);//New Worksheet1是Worksheet的name Worksheet ws = wb.Worksheets[0];
如果直接用下边两句则直接使用默认的第一个Worksheet:
Workbook wb = new Workbook(); Worksheet ws = wb.Worksheets[0];
2.给Cell赋值设置背景颜色并加背景色:
Cell cell = ws.Cells[0, 0];
cell.PutValue(\填充\); //必须用PutValue方法赋值 cell.Style.ForegroundColor = Color.Yellow; cell.Style.Pattern = BackgroundType.Solid; cell.Style.Font.Size = 10;
cell.Style.Font.Color = Color.Blue;
自定义格式:
cell.Style.Custom = \;
旋转字体:
cell.Style.Rotation = 90;
3.设置Range并赋值加Style
range1
int styleIndex = wb.Styles.Add(); Style style = wb.Styles[styleIndex]; style.ForegroundColor = Color.Yellow; style.Pattern = BackgroundType.Solid; style.Font.Size = 10;
//从Cells[0,0]开始创建一个2行3列的Range Range range = ws.Cells.CreateRange(0, 0, 2, 3); Cell cell = range[0, 0]; cell.Style.Font = 9; range.Style = style; range.Merge();
注意Range不能直接设置Style.必须先定义style再将style赋给Style.其他设置和Cell基本一致.Range的Style会覆盖Cell定义的Style.另外必须先赋值再传Style.否则可能不生效.
4.使用Formula:
formula1
ws.Cells[0,0].PutValue(1); ws.Cells[1,0].PutValue(20);
ws.Cells[2,0].Formula=\; wb.CalculateFormula(true);
Save Excel文件的时候必须调用CalculateFormula方法计算结果.
5.插入图片:
pictures1
string imageUrl = System.Web.HttpContext.Current.Server.MapPath(\og_topleft.gif\);
ws.Pictures.Add(10, 10, imageUrl);
6.使用Validations:
validations1
Cells cells = ws.Cells;
cells[12, 0].PutValue(\data validation:\);
cells[12, 0].Style.IsTextWrapped = true;
cells[12, 1].PutValue(5);
Validations validations = totalSheet.Validations;
Validation validation = validations[validations.Add()]; //Set the data validation type
validation.Type = ValidationType.WholeNumber; //Set the operator for the data validation validation.Operator = OperatorType.Between;
//Set the value or expression associated with the data validation validation.Formula1 = \;
//the value or expression associated with the second part of the data validation validation.Formula2 = \;
validation.ShowError = true; //Set the validation alert style
validation.AlertStyle = ValidationAlertType.Information; //Set the title of the data-validation error dialog box validation.ErrorTitle = \;
//Set the data validation error message
validation.ErrorMessage = \; //Set the data validation input message
validation.InputMessage = \; validation.IgnoreBlank = true; validation.ShowInput = true; validation.ShowError = true;
//设置Validations的区域,因为现在要Validations的位置是12,1,所以下面设置对应的也要是12,1
CellArea cellArea; cellArea.StartRow = 12; cellArea.EndRow = 12;
cellArea.StartColumn = 1; cellArea.EndColumn = 1;
validation.AreaList.Add(cellArea); /*
要注意 的地方Validations 也是和Range的Style一样,要新增的,否则不生效 */
上边不过是基础中的基础,要了解更多就要自己不断的尝试了.下边奉上帮助文档和DLL:
正在阅读:
Aspose Cells使用总结04-14
我喜爱的艺术品作文400字07-15
2019_2020学年新教材高中英语Unit2TravellingaroundSectionⅡReadingandThinking教学案新人教版必修第一册08-08
那次我落泪了作文400字07-07
新视野Unit 4 Section A College sweethearts07-17
创新航空运输业财务价值管理05-29
小班语言优秀教案06-09
光纤激光器与不同激光器的优劣比较01-25
2010学年七年级期中检测卷06-22
- 多层物业服务方案
- (审判实务)习惯法与少数民族地区民间纠纷解决问题(孙 潋)
- 人教版新课标六年级下册语文全册教案
- 词语打卡
- photoshop实习报告
- 钢结构设计原理综合测试2
- 2014年期末练习题
- 高中数学中的逆向思维解题方法探讨
- 名师原创 全国通用2014-2015学年高二寒假作业 政治(一)Word版
- 北航《建筑结构检测鉴定与加固》在线作业三
- XX县卫生监督所工程建设项目可行性研究报告
- 小学四年级观察作文经典评语
- 浅谈110KV变电站电气一次设计-程泉焱(1)
- 安全员考试题库
- 国家电网公司变电运维管理规定(试行)
- 义务教育课程标准稿征求意见提纲
- 教学秘书面试技巧
- 钢结构工程施工组织设计
- 水利工程概论论文
- 09届九年级数学第四次模拟试卷
- 总结
- 使用
- Aspose
- Cells
- 水工建筑物课程设计
- 重庆市乡镇卫生院名录2018版1235家 - 图文
- 上海市园林工程苗木价格2011(6) - 图文
- 四川省雅安市天全中学2015-2016学年高二历史11月月考试题
- 自然科学知识答案选择题
- 一年级到六年级数学知识点
- 模拟题
- 计算机网络课后习题答案
- 青海试卷
- 四年级下册语文玉林地区教案-20 母亲的呼唤语文S版
- 市场营销部2018年上半年工作总结及下半年工作计划
- 关于加强预拌砂浆生产和使用管理的通知 青建管质字〔2011〕41号
- 浅析多媒体技术在幼儿园教学中应用的利弊3
- 北师大版课标本第十册全册教案
- 二年级上册数学·解决问题1·100以内的加减法
- 《国际金融市的场》期末复习题
- 劳动合同书A3打印排版(仅供参考)
- 大学生社会实践优秀团队申报材料 - 图文
- 证劵考试 第一章证券市场概述
- 网络综合布线系统与施工技术