基本信息
源码名称:C#根据Biff8生成Excel
源码大小:1.99M
文件格式:.rar
开发语言:C#
更新时间:2023-12-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#根据Biff8生成Excel
无需引用office组件生成Excel(开源)

.
├── Biff8ToExcel
│   ├── Biff8_C#_Excel
│   │   ├── Biff8
│   │   │   ├── BaseTwoLinkList.cs
│   │   │   ├── Biff8.csproj
│   │   │   ├── Biff8.csproj.user
│   │   │   ├── Biff8ExcelException.cs
│   │   │   ├── 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
│   │   │   │   ├── ExcelCellStyle.cs
│   │   │   │   ├── ExcelCells.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
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Records
│   │   │   │   ├── BMargin.cs
│   │   │   │   ├── BOF.cs
│   │   │   │   ├── Blank.cs
│   │   │   │   ├── BoundSheet.cs
│   │   │   │   ├── Calcmode.cs
│   │   │   │   ├── ColInfo.cs
│   │   │   │   ├── DBCell.cs
│   │   │   │   ├── DefaultColWidth.cs
│   │   │   │   ├── DefaultRowHeight.cs
│   │   │   │   ├── Dimensions.cs
│   │   │   │   ├── EOF.cs
│   │   │   │   ├── ExtSSt.cs
│   │   │   │   ├── ExtendedFormat.cs
│   │   │   │   ├── ExternSheet.cs
│   │   │   │   ├── Font.cs
│   │   │   │   ├── Footer.cs
│   │   │   │   ├── Format.cs
│   │   │   │   ├── HCenter.cs
│   │   │   │   ├── Header.cs
│   │   │   │   ├── INdex.cs
│   │   │   │   ├── LMargin.cs
│   │   │   │   ├── Label.cs
│   │   │   │   ├── LabelSST.cs
│   │   │   │   ├── MergedCells.cs
│   │   │   │   ├── Number.cs
│   │   │   │   ├── ObjectProtection.cs
│   │   │   │   ├── Password.cs
│   │   │   │   ├── PrintGridLines.cs
│   │   │   │   ├── PrintSheetHeaders.cs
│   │   │   │   ├── Protect.cs
│   │   │   │   ├── RK.cs
│   │   │   │   ├── RMargin.cs
│   │   │   │   ├── Row.cs
│   │   │   │   ├── SST.cs
│   │   │   │   ├── ScenProtect.cs
│   │   │   │   ├── Selection.cs
│   │   │   │   ├── Setup.cs
│   │   │   │   ├── Style.cs
│   │   │   │   ├── SupBook.cs
│   │   │   │   ├── TMargin.cs
│   │   │   │   ├── VCenter.cs
│   │   │   │   ├── WSBool.cs
│   │   │   │   ├── Window1.cs
│   │   │   │   ├── Window2.cs
│   │   │   │   └── WindowProtect.cs
│   │   │   ├── TArray.cs
│   │   │   └── TwoLinkNode.cs
│   │   ├── Biff8ToExcel.sln
│   │   ├── Biff8ToExcel.suo
│   │   └── test
│   │       ├── Program.cs
│   │       ├── Properties
│   │       │   └── AssemblyInfo.cs
│   │       ├── test.csproj
│   │       └── test.csproj.user
│   ├── StorageOle
│   │   ├── StorageOle
│   │   │   ├── COM
│   │   │   │   ├── AxMemoryStream.cs
│   │   │   │   ├── IEnumSTATSTG.cs
│   │   │   │   ├── IStorage.cs
│   │   │   │   ├── IStream.cs
│   │   │   │   ├── NativeMethods.cs
│   │   │   │   ├── Storage.cs
│   │   │   │   └── Stream.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── StorageOle.csproj
│   │   │   ├── StorageOle.csproj.user
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── StorageOle.exe
│   │   │   │   │   ├── StorageOle.pdb
│   │   │   │   │   └── StorageOle.vshost.exe
│   │   │   │   └── Release
│   │   │   └── obj
│   │   │       ├── Debug
│   │   │       │   ├── Refactor
│   │   │       │   ├── StorageOle.Form1.resources
│   │   │       │   ├── StorageOle.Properties.Resources.resources
│   │   │       │   ├── StorageOle.csproj.GenerateResource.Cache
│   │   │       │   ├── StorageOle.exe
│   │   │       │   ├── StorageOle.pdb
│   │   │       │   └── TempPE
│   │   │       ├── Release
│   │   │       └── StorageOle.csproj.FileList.txt
│   │   ├── StorageOle.sln
│   │   └── StorageOle.suo
│   ├── biff8_vb_Excel
│   │   ├── Excel 8 Group.vbg
│   │   ├── Excel8.dll
│   │   ├── Excel8.exp
│   │   ├── Excel8.lib
│   │   ├── Excel8Formulas.dll
│   │   ├── Excel8Formulas.exp
│   │   ├── Excel8Formulas.lib
│   │   ├── Excel8Interface.dll
│   │   ├── Excel8Interface.exp
│   │   ├── Excel8Interface.lib
│   │   ├── Excel8Records.dll
│   │   ├── Excel8Records.exp
│   │   ├── Excel8Records.lib
│   │   ├── Formulas
│   │   │   ├── AreaPtg.cls
│   │   │   ├── AreaReference.cls
│   │   │   ├── Calculator.cls
│   │   │   ├── CellReference.cls
│   │   │   ├── Excel8Formulas.vbp
│   │   │   ├── Excel8Formulas.vbw
│   │   │   ├── Formula.cls
│   │   │   ├── FormulaParser.cls
│   │   │   ├── Globals.bas
│   │   │   ├── MSSCCPRJ.SCC
│   │   │   ├── Parser.cls
│   │   │   ├── Reference.cls
│   │   │   ├── ReferencePtg.cls
│   │   │   └── ReversePolishNotation.cls
│   │   ├── Interface
│   │   │   ├── Excel8Interface.vbp
│   │   │   ├── Excel8Interface.vbw
│   │   │   ├── ExcelInterface.vbw
│   │   │   ├── ICell.cls
│   │   │   ├── IExternSheet.cls
│   │   │   └── MSSCCPRJ.SCC
│   │   ├── Read Me.txt
│   │   ├── Records
│   │   │   ├── API.bas
│   │   │   ├── BMargin.cls
│   │   │   ├── BOF.cls
│   │   │   ├── Blank.cls
│   │   │   ├── BoundSheet.cls
│   │   │   ├── Calcmode.cls
│   │   │   ├── ColInfo.cls
│   │   │   ├── DBCell.cls
│   │   │   ├── DefaultColWidth.cls
│   │   │   ├── Dimensions.cls
│   │   │   ├── EOF.cls
│   │   │   ├── Excel8Records.vbp
│   │   │   ├── Excel8Records.vbw
│   │   │   ├── ExtendedFormat.cls
│   │   │   ├── ExternSheet.cls
│   │   │   ├── Font.cls
│   │   │   ├── Footer.cls
│   │   │   ├── Format.cls
│   │   │   ├── HCenter.cls
│   │   │   ├── Header.cls
│   │   │   ├── Index.cls
│   │   │   ├── LMargin.cls
│   │   │   ├── LabelSST.cls
│   │   │   ├── MSSCCPRJ.SCC
│   │   │   ├── MergedCell.cls
│   │   │   ├── MulBlank.cls
│   │   │   ├── Number.cls
│   │   │   ├── ObjectProtection.cls
│   │   │   ├── Password.cls
│   │   │   ├── PrintGridLines.cls
│   │   │   ├── PrintSheetHeaders.cls
│   │   │   ├── Protect.cls
│   │   │   ├── RK.cls
│   │   │   ├── RMargin.cls
│   │   │   ├── Row.cls
│   │   │   ├── SST.cls
│   │   │   ├── ScenProtect.cls
│   │   │   ├── Selection.cls
│   │   │   ├── Setup.cls
│   │   │   ├── Style.cls
│   │   │   ├── SupBook.cls
│   │   │   ├── TMargin.cls
│   │   │   ├── VCenter.cls
│   │   │   ├── WSBool.cls
│   │   │   ├── Window1.cls
│   │   │   ├── Window2.cls
│   │   │   └── WindowProtect.cls
│   │   ├── Release
│   │   │   ├── Excel8.dll
│   │   │   ├── Excel8Formulas.dll
│   │   │   ├── Excel8Formulas.exp
│   │   │   ├── Excel8Formulas.lib
│   │   │   ├── Excel8Interface.dll
│   │   │   ├── Excel8Interface.exp
│   │   │   ├── Excel8Interface.lib
│   │   │   ├── Excel8Records.dll
│   │   │   ├── Excel8Records.exp
│   │   │   ├── Excel8Records.lib
│   │   │   ├── RegTypeLib.exe
│   │   │   ├── Storage.dll
│   │   │   ├── Test.exe
│   │   │   └── olelib.tlb
│   │   ├── Test
│   │   │   ├── Form1.frm
│   │   │   ├── MSSCCPRJ.SCC
│   │   │   ├── Test.vbp
│   │   │   ├── Test.vbw
│   │   │   └── test1.xls
│   │   ├── Test.exe
│   │   └── Workbook
│   │       ├── API.bas
│   │       ├── BinaryWriter.cls
│   │       ├── BoundSheet.cls
│   │       ├── ColInfo.cls
│   │       ├── DBCell.cls
│   │       ├── DefColWidth.cls
│   │       ├── Excel8.vbp
│   │       ├── Excel8.vbw
│   │       ├── ExcelCell.cls
│   │       ├── ExcelCellStyle.cls
│   │       ├── ExcelFont.cls
│   │       ├── ExcelFormat.cls
│   │       ├── ExcelRow.cls
│   │       ├── ExcelWorkbook.cls
│   │       ├── ExcelWorksheet.cls
│   │       ├── ExternSheet.cls
│   │       ├── Footer.cls
│   │       ├── Global.cls
│   │       ├── Header.cls
│   │       ├── Helper.cls
│   │       ├── Index.cls
│   │       ├── LabelSST.cls
│   │       ├── MSSCCPRJ.SCC
│   │       ├── MergedCells.cls
│   │       ├── Registry.cls
│   │       ├── SST.cls
│   │       ├── Setup.cls
│   │       ├── SheetProtection.cls
│   │       └── WorkSheets.cls
│   ├── excelfileformat.pdf
│   ├── readme.txt
│   ├── storage
│   │   ├── Compatible
│   │   │   └── Storage.dll
│   │   ├── DocProperties.cls
│   │   ├── Elements.cls
│   │   ├── MSSCCPRJ.SCC
│   │   ├── OLEStorage.cls
│   │   ├── STATSTG.cls
│   │   ├── Storage.cls
│   │   ├── Storage.dll
│   │   ├── Storage.vbp
│   │   ├── Storage.vbw
│   │   ├── StorageTest.vbg
│   │   ├── Stream.cls
│   │   ├── Test
│   │   │   ├── MSSCCPRJ.SCC
│   │   │   ├── StorageTest.exe
│   │   │   ├── StorageTest.frm
│   │   │   ├── StorageTest.vbp
│   │   │   ├── StorageTest.vbw
│   │   │   └── sample.stg
│   │   ├── mdlStorage.bas
│   │   └── mdlStreamFunc.bas
│   └── tl_ole
│       ├── Implements
│       │   ├── cmdtarget_impl.inc
│       │   ├── dataobj_impl.inc
│       │   ├── enum_impl.inc
│       │   ├── evc_impl.inc
│       │   ├── factory.inc
│       │   ├── inplace_impl.inc
│       │   ├── olelib2.odl
│       │   ├── olelib2.tlb
│       │   ├── oleobj_impl.inc
│       │   ├── persist_impl.inc
│       │   ├── propbag_impl.inc
│       │   ├── servprov_impl.inc
│       │   ├── shell_impl.inc
│       │   ├── stream_impl.inc
│       │   ├── urlhist_impl.inc
│       │   ├── urlmon_impl.inc
│       │   └── viewobj_impl.inc
│       ├── autocomp.inc
│       ├── bindctx.inc
│       ├── callfunc.inc
│       ├── comcat.inc
│       ├── const.inc
│       ├── createtl.inc
│       ├── custdoc.inc
│       ├── dataobj.inc
│       ├── dockwind.inc
│       ├── enum.inc
│       ├── errinf.inc
│       ├── evc.inc
│       ├── hlink.inc
│       ├── ifaces.inc
│       ├── imapi.inc
│       ├── inplace.inc
│       ├── kernel32.inc
│       ├── lockb.inc
│       ├── malloc.inc
│       ├── marshal.inc
│       ├── objsafe.inc
│       ├── ole32.inc
│       ├── oleaut32.inc
│       ├── oledlg.inc
│       ├── oledoc.inc
│       ├── olelib.odl
│       ├── olelib.tlb
│       ├── oleobj.inc
│       ├── olepro32.inc
│       ├── olewnd.inc
│       ├── ows.inc
│       ├── persist.inc
│       ├── ppb.inc
│       ├── propbag.inc
│       ├── propstg.inc
│       ├── recinf.inc
│       ├── riched.inc
│       ├── secmgr.inc
│       ├── shell.inc
│       ├── shell32.inc
│       ├── shellext.inc
│       ├── shlwapi.inc
│       ├── storage.inc
│       ├── stream.inc
│       ├── tasksch.inc
│       ├── tom.inc
│       ├── typelib.inc
│       ├── types.inc
│       ├── unk.inc
│       ├── url.inc
│       ├── urlhist.inc
│       ├── urlmon.inc
│       ├── user32.inc
│       ├── viewobj.inc
│       └── wmp.inc
└── C#根据Biff8生成Excel_Biff8ToExcel.rar

35 directories, 355 files