文件名称:Biff8_CSharp_Excel
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 804kb
- 下载次数:
- 0次
- 提 供 者:
- n***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
c#编写用biff8格式生成excel程序。在2007/9/20的基础上改了些错误
1.SST强制转换中的uint->ushort错误(当所有单元格中存在65535以上不同内容单元格会重新计数的错误)
2.修正页眉、页脚及Sheet1名不支持中文问题-c# write to generate excel format with biff8 program. 2007/9/20 change in the basis of some error 1.SST cast in uint-> ushort error (when all cells in the presence of different content than 65535 cells will re-count error) 2 Fixed header, footer and name do not support the Chinese problem Sheet1
1.SST强制转换中的uint->ushort错误(当所有单元格中存在65535以上不同内容单元格会重新计数的错误)
2.修正页眉、页脚及Sheet1名不支持中文问题-c# write to generate excel format with biff8 program. 2007/9/20 change in the basis of some error 1.SST cast in uint-> ushort error (when all cells in the presence of different content than 65535 cells will re-count error) 2 Fixed header, footer and name do not support the Chinese problem Sheet1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Biff8\BaseTwoLinkList.cs
.....\Biff8.csproj
.....\Biff8.csproj.user
.....\Biff8ExcelException.cs
.....\bin\Debug\Biff8Excel.dll
.....\...\.....\Biff8Excel.pdb
.....\...\Release\Biff8Excel.dll
.....\...\.......\Biff8Excel.pdb
.....\COM\AxMemoryStream.cs
.....\...\COMStream.cs
.....\...\IEnumSTATSTG.cs
.....\...\IStorage.cs
.....\...\IStream.cs
.....\...\NativeMethods.cs
.....\...\Storage.cs
.....\Excel\BinaryWriter.cs
.....\.....\BoundSheet.cs
.....\.....\ColInfo.cs
.....\.....\DBCell.cs
.....\.....\DefColWidth.cs
.....\.....\ExcelBinaryWriter.cs
.....\.....\ExcelCell.cs
.....\.....\ExcelCellLink.cs
.....\.....\ExcelCells.cs
.....\.....\ExcelCellStyle.cs
.....\.....\ExcelFont.cs
.....\.....\ExcelFooter.cs
.....\.....\ExcelFormat.cs
.....\.....\ExcelHeader.cs
.....\.....\ExcelPrintSetup.cs
.....\.....\ExcelRow.cs
.....\.....\ExcelRowLink.cs
.....\.....\ExcelSst.cs
.....\.....\ExcelWorkbook.cs
.....\.....\ExcelWorksheet.cs
.....\.....\ExternSheet.cs
.....\.....\Helper.cs
.....\.....\Index.cs
.....\.....\MergedCells.cs
.....\.....\SheetProtection.cs
.....\.....\WorkSheetCollection.cs
.....\ExportExcel8.snk
.....\Formulas\Calculator.cs
.....\........\CellCollection.cs
.....\........\Formula.cs
.....\........\Referencer.cs
.....\........\ReversePolishNotation.cs
.....\Globals.cs
.....\Interfaces\ICell.cs
.....\..........\IExternSheet.cs
.....\..........\IRecords.cs
.....\obj\Biff8.csproj.FileList.txt
.....\...\Debug\Biff8Excel.dll
.....\...\.....\Biff8Excel.pdb
.....\...\Release\Biff8Excel.dll
.....\...\.......\Biff8Excel.pdb
.....\Properties\AssemblyInfo.cs
.....\Records\Blank.cs
.....\.......\BMargin.cs
.....\.......\BOF.cs
.....\.......\BoundSheet.cs
.....\.......\Calcmode.cs
.....\.......\ColInfo.cs
.....\.......\DBCell.cs
.....\.......\DefaultColWidth.cs
.....\.......\DefaultRowHeight.cs
.....\.......\Dimensions.cs
.....\.......\EOF.cs
.....\.......\ExtendedFormat.cs
.....\.......\ExternSheet.cs
.....\.......\ExtSSt.cs
.....\.......\Font.cs
.....\.......\Footer.cs
.....\.......\Format.cs
.....\.......\HCenter.cs
.....\.......\Header.cs
.....\.......\INdex.cs
.....\.......\Label.cs
.....\.......\LabelSST.cs
.....\.......\LMargin.cs
.....\.......\MergedCells.cs
.....\.......\Number.cs
.....\.......\ObjectProtection.cs
.....\.......\Password.cs
.....\.......\PrintGridLines.cs
.....\.......\PrintSheetHeaders.cs
.....\.......\Protect.cs
.....\.......\RK.cs
.....\.......\RMargin.cs
.....\.......\Row.cs
.....\.......\ScenProtect.cs
.....\.......\Selection.cs
.....\.......\Setup.cs
.....\.......\SST.cs
.....\.......\Style.cs
.....\.......\SupBook.cs
.....\.......\TMargin.cs
.....\.......\VCenter.cs
.....\.......\Window1.cs
.....\.......\Window2.cs
.....\Biff8.csproj
.....\Biff8.csproj.user
.....\Biff8ExcelException.cs
.....\bin\Debug\Biff8Excel.dll
.....\...\.....\Biff8Excel.pdb
.....\...\Release\Biff8Excel.dll
.....\...\.......\Biff8Excel.pdb
.....\COM\AxMemoryStream.cs
.....\...\COMStream.cs
.....\...\IEnumSTATSTG.cs
.....\...\IStorage.cs
.....\...\IStream.cs
.....\...\NativeMethods.cs
.....\...\Storage.cs
.....\Excel\BinaryWriter.cs
.....\.....\BoundSheet.cs
.....\.....\ColInfo.cs
.....\.....\DBCell.cs
.....\.....\DefColWidth.cs
.....\.....\ExcelBinaryWriter.cs
.....\.....\ExcelCell.cs
.....\.....\ExcelCellLink.cs
.....\.....\ExcelCells.cs
.....\.....\ExcelCellStyle.cs
.....\.....\ExcelFont.cs
.....\.....\ExcelFooter.cs
.....\.....\ExcelFormat.cs
.....\.....\ExcelHeader.cs
.....\.....\ExcelPrintSetup.cs
.....\.....\ExcelRow.cs
.....\.....\ExcelRowLink.cs
.....\.....\ExcelSst.cs
.....\.....\ExcelWorkbook.cs
.....\.....\ExcelWorksheet.cs
.....\.....\ExternSheet.cs
.....\.....\Helper.cs
.....\.....\Index.cs
.....\.....\MergedCells.cs
.....\.....\SheetProtection.cs
.....\.....\WorkSheetCollection.cs
.....\ExportExcel8.snk
.....\Formulas\Calculator.cs
.....\........\CellCollection.cs
.....\........\Formula.cs
.....\........\Referencer.cs
.....\........\ReversePolishNotation.cs
.....\Globals.cs
.....\Interfaces\ICell.cs
.....\..........\IExternSheet.cs
.....\..........\IRecords.cs
.....\obj\Biff8.csproj.FileList.txt
.....\...\Debug\Biff8Excel.dll
.....\...\.....\Biff8Excel.pdb
.....\...\Release\Biff8Excel.dll
.....\...\.......\Biff8Excel.pdb
.....\Properties\AssemblyInfo.cs
.....\Records\Blank.cs
.....\.......\BMargin.cs
.....\.......\BOF.cs
.....\.......\BoundSheet.cs
.....\.......\Calcmode.cs
.....\.......\ColInfo.cs
.....\.......\DBCell.cs
.....\.......\DefaultColWidth.cs
.....\.......\DefaultRowHeight.cs
.....\.......\Dimensions.cs
.....\.......\EOF.cs
.....\.......\ExtendedFormat.cs
.....\.......\ExternSheet.cs
.....\.......\ExtSSt.cs
.....\.......\Font.cs
.....\.......\Footer.cs
.....\.......\Format.cs
.....\.......\HCenter.cs
.....\.......\Header.cs
.....\.......\INdex.cs
.....\.......\Label.cs
.....\.......\LabelSST.cs
.....\.......\LMargin.cs
.....\.......\MergedCells.cs
.....\.......\Number.cs
.....\.......\ObjectProtection.cs
.....\.......\Password.cs
.....\.......\PrintGridLines.cs
.....\.......\PrintSheetHeaders.cs
.....\.......\Protect.cs
.....\.......\RK.cs
.....\.......\RMargin.cs
.....\.......\Row.cs
.....\.......\ScenProtect.cs
.....\.......\Selection.cs
.....\.......\Setup.cs
.....\.......\SST.cs
.....\.......\Style.cs
.....\.......\SupBook.cs
.....\.......\TMargin.cs
.....\.......\VCenter.cs
.....\.......\Window1.cs
.....\.......\Window2.cs