搜索资源列表
WFsoft.wfLibrary.wfExport
- 完全支持.net 2.0编写,对下一代操作系统平稳过渡。 支持将DataGridView导出为{文本xls、csv、htm、xml}四种格式。 支持将DataTable导出为{文本xls、csv、htm、xml}四种格式。 支持直接调用\"ExecuteExport\"的快捷调用。 组件经过多种平台严格负荷压力测试,性能稳定、处理高效、资源占用低。
GemBox.ExcelLite.rar
- 导出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 (
read_laica_DNA03
- 读取徕卡电子水准仪数据并把数据生成电子标准的国家水准二等水准手簿*.XLS-Leica electronic level data and read data to generate second level electronic standard national standard hand book*. XLS
WritetoExcel
- C#工程变量导出到excel,并按照指定的文本为文件夹名保存为.xls格式-C# project variables exported to excel, and in accordance with the specified text to save it as a folder name. Xls format
PBS_monitor
- C# 实现的一个完整的web页面定时监测程序,支持APSX编写的登入页面,先登入后读出想要监测页面面,然后调用正则表达式实现特殊信息的提取,并从XLS中读出相关的信息,然后发送信息(Windows MSMQ),可以实现在线短信等的功能。 所有要监控的信息和条件都在config文件中设置。-C# to achieve a complete web page from time to time to monitor the process and support the preparation
AutoAllocation
- 对Excel.dll 再次封装,利用IDpose接口,释放Excel进程;自动读取Excel单元格的内容到System.data.dataTable,比传统读取的效率有提高;利用DataTable中的计算结果,再写回到Excel中,生成.xls 报告文件-Re-packaging of the Excel.dll using IDpose interface, the release of Excel process automatically read the contents of Exc
FOTOGRAFCI
- Student Nane,Surename,Student Number.vs.. XLS,XLSX and CSV And Image import Database.
tosde
- 读取外部文件的x,y坐标和属性数据,通过sde生成sqlserver空间数据库表!一键生成arcgis空间数据库工具!-Read the external file x, y coordinates and attribute data, spatial database through sde generated sqlserver table! A key to generate the arcgis spatial database tools!
ExcelHelper[NB]
- 实现导出xls等表格形式,内容简明扼要,并有着详细的说明-Xls, etc. to achieve export tabular form
ExportDataToExcel
- Csharp 直接将数据转换为xls文件 CSharp 操作 excel-Csharp data directly into excel xls file CSharp operation
GemBox.Spreadsheet
- GemBox Spreadsheet是一款适用于.NET环境下,不需安装任何EXCEL软件,就可以提供方便写、读和转换微软EXCEL文件(XLS、CSV、XLSX)的工具。 -GemBox Spreadsheet is a suitable. NET environment without installation of any EXCEL software to provide easy to write, read and convert Microsoft EXCEL file (XL
read_Trimble_Dini03
- 读取天宝电子水准仪DiNi03的原始观测数据,并且生成国家标准二等水准手簿*.XLS-Electronic Level DiNi03 Tempo read the raw data, and generate the second level of the national standard hand-book*. XLS
xls2MDB
- 用C#.NET编写的XLS文件导入为MDB数据库文件互相转换的程序,方便实用。-With C#. NET is written in an XLS file into another MDB database file conversion program, convenient and practical.
POIFSBrowser
- C#程序解析和查看doc,ppt和xls格式包含的文件和内容,用于研究Office二进制格式。-C# program to parse and view files and doc, ppt and xls format contains content for the study of the Office binary formats.
ToPDF
- C#写的一个批量转化doc,ppt,xls,调用了wps的功能-C# to write a batch conversion doc, ppt, xls, call wps functionality
GetGPSNetClosed
- 从TGO数据库中提取同步环和异步环,将结果写入xls文件中,以便符合我国对GPS数据处理的规范要求。-Extracted from the TGO database synchronization ring and asynchronous ring, and writes the results to the xls file, in order to comply with the regulatory requirements of GPS data processing.
Excel_Operat
- D盘下放一个名为123.xls的Excel表格,然后运行程序,点击读取,会读取数据到窗体的ListBox中,点击写入,会在D盘下生成一个Excel文件,内容随便写的.-D Place a disc called 123.xls Excel spreadsheet, and then run the program, click the read will read the data into the form' s ListBox, click write, it will generat
myxls
- C#使用MyXls导出xls文件,另外还包括了一个不装office生成excel文件的实例,使用的同为org.in2bits.MyXls.dll文件,在MyXls文件夹中,是DLL控件的源码文件,修改扩展功能就修改相应文件,然后再重新编译生成D-C# utilizando xls exportación MyXls, también incluye una oficina genera archivo de Excel no está instalado instancias del mismo
ListViewItemToXls
- 可将ListViewItem导出到xls的自定义控件,含测试调用代码。-You can export to xls ListViewItem custom controls, including testing the calling code.
ImportToGridView
- 把xls中的表到入到datagridview中C#共同学习-The xls file table into the DataGridView