Location:
Search - ExcelLite
Search list
Description: 破解的excel文件读取DLL,可读取任意行数据-decipher excel DLL file read, read arbitrary data OK
Platform: |
Size: 80720 |
Author: MaxLinux |
Hits:
Description: ExcelLite(不用多介绍了,Excel控件,用于创建、转换、读、写excel文件)源码,值得借鉴和学习。
Platform: |
Size: 167433 |
Author: 陈伟 |
Hits:
Description: ExcelLite(不用多介绍了,Excel控件,用于创建、转换、读、写excel文件)源码,值得借鉴和学习。-ExcelLite (no more than an introduction, Excel controls, used to create, conversion, reading and writing excel files) source, is worth learning and learning.
Platform: |
Size: 574464 |
Author: 陈伟 |
Hits:
Description: 导出Excel组件(B/S或C/S都可以用)
using GemBox.ExcelLite //引用文件
ExcelFile excelFile = new ExcelFile()
ExcelWorksheet sheet = excelFile.Worksheets.Add("WolfSpider")
int columns = dataGridView1.Columns.Count
int rows = dataGridView1.Rows.Count
for (int j = 0 j < columns j++ )
{
sheet.Cells[0, j].Value = dataGridView1.Columns[j].HeaderText
}
for (int i = 1 i <= rows i++)
{
for (int j = 0 j < columns j++)
{
sheet.Cells[i, j].Value = dataGridView1[j, i-1].Value
}
}
excelFile.SaveXls("./guyun.xls") //这里的文件名可以任意定义 -Excel export component (B/S or C/S can be used) using GemBox.ExcelLite // reference document ExcelFile excelFile = new ExcelFile () ExcelWorksheet sheet = excelFile.Worksheets.Add ( " WolfSpider" ) int columns = dataGridView1.Columns.Count int rows = dataGridView1.Rows.Count for (int j = 0 j < columns j++) (sheet.Cells [0, j]. Value = dataGridView1.Columns [j]. HeaderText ) for (int i = 1 i < = rows i++) (for (int j = 0 j < columns j++) (sheet.Cells [i, j]. Value = dataGridView1 [j, i-1]. Value )) excelFile.SaveXls ( " ./guyun.xls" ) // here the file name can be defined
Platform: |
Size: 2094080 |
Author: lclc88com |
Hits:
Description: asp.net与execl导入导出功能棒法-asp.net import and export functions with the execl Rod
Platform: |
Size: 68608 |
Author: ccc99 |
Hits:
Description: 数据库转换为Execl,gembox.excellite
功能不错的-Database is converted to Execl, gembox.excellite function good
Platform: |
Size: 68608 |
Author: baobao |
Hits: