实例介绍
Acey.ExcelX是专门读写Excel的组件,具有使用简单,速度快,占用资源少等优点,支持样式,图表,公式等强大功能
【实例截图】
【核心代码】
Acey.ExcelX_V3.3_NET.zip
└── Acey.ExcelX for .Net
└── 3.3
├── bin
│ └── net2.0
│ ├── Acey.ExcelX.dll
│ └── Acey.ExcelX.XML
├── doc
│ └── Acey.ExcelX Document.chm
└── samples
└── Acey.ExcelX.Demo
├── Acey.ExcelX.Demo2010.csproj
├── Acey.ExcelX.Demo2010.sln
├── Acey.ExcelX.Demo2010.suo
├── Acey.ExcelX.Demo.csproj
├── Acey.ExcelX.Demo.csproj.user
├── Acey.ExcelX.Demo.sln
├── Acey.ExcelX.Demo.sln.docstates.suo
├── Acey.ExcelX.Demo.suo
├── app.config
├── bin
│ ├── Acey.ExcelX.Demo.exe
│ ├── Acey.ExcelX.Demo.exe.config
│ ├── Acey.ExcelX.Demo.pdb
│ ├── Acey.ExcelX.DLL
│ ├── Acey.ExcelX.XML
│ ├── Debug
│ ├── Explore
│ │ └── Shape
│ │ └── Picture
│ │ └── AddPicture.png
│ └── Images
│ └── Log.png
├── DemoHelper.cs
├── Explore
│ ├── Cell
│ │ ├── ApplyStyle.cs
│ │ ├── ApplyStyle.png
│ │ ├── ApplyStyle.xls
│ │ ├── Border.cs
│ │ ├── Border.png
│ │ ├── Border.xls
│ │ ├── Cell.rtf
│ │ ├── Characters.cs
│ │ ├── Characters.png
│ │ ├── Characters.xls
│ │ ├── Font.cs
│ │ ├── Font.png
│ │ ├── Font.xls
│ │ ├── Formula.cs
│ │ ├── Formula.png
│ │ ├── Formula.xls
│ │ ├── NumberFormat.cs
│ │ ├── NumberFormat.png
│ │ ├── NumberFormat.xls
│ │ ├── Pattern.cs
│ │ ├── Pattern.png
│ │ ├── Pattern.xls
│ │ ├── Value.cs
│ │ ├── Value.png
│ │ └── Value.xls
│ ├── Charts
│ │ ├── AreaChart
│ │ │ ├── Area3D.cs
│ │ │ ├── Area3D.jpg
│ │ │ ├── Area3D.png
│ │ │ ├── Area3D.xls
│ │ │ ├── AreaChart.rtf
│ │ │ ├── Area.cs
│ │ │ ├── Area.jpg
│ │ │ ├── Area.png
│ │ │ ├── AreaStacked1003D.cs
│ │ │ ├── AreaStacked1003D.jpg
│ │ │ ├── AreaStacked1003D.png
│ │ │ ├── AreaStacked1003D.xls
│ │ │ ├── AreaStacked100.cs
│ │ │ ├── AreaStacked100.jpg
│ │ │ ├── AreaStacked100.png
│ │ │ ├── AreaStacked100.xls
│ │ │ ├── AreaStacked3D.cs
│ │ │ ├── AreaStacked3D.jpg
│ │ │ ├── AreaStacked3D.png
│ │ │ ├── AreaStacked3D.xls
│ │ │ ├── AreaStacked.cs
│ │ │ ├── AreaStacked.jpg
│ │ │ ├── AreaStacked.png
│ │ │ ├── AreaStacked.xls
│ │ │ └── Area.xls
│ │ ├── BarChart
│ │ │ ├── BarChart.rtf
│ │ │ ├── BarClustered3D.cs
│ │ │ ├── BarClustered3D.png
│ │ │ ├── BarClustered3D.xls
│ │ │ ├── BarClustered.cs
│ │ │ ├── BarClustered.png
│ │ │ ├── BarClustered.xls
│ │ │ ├── BarStacked1003D.cs
│ │ │ ├── BarStacked1003D.png
│ │ │ ├── BarStacked1003D.xls
│ │ │ ├── BarStacked100.cs
│ │ │ ├── BarStacked100.png
│ │ │ ├── BarStacked100.xls
│ │ │ ├── BarStacked3D.cs
│ │ │ ├── BarStacked3D.png
│ │ │ ├── BarStacked3D.xls
│ │ │ ├── BarStacked.cs
│ │ │ ├── BarStacked.png
│ │ │ └── BarStacked.xls
│ │ ├── BubbleChart
│ │ │ ├── Bubble3D.cs
│ │ │ ├── Bubble3D.png
│ │ │ ├── Bubble3D.xls
│ │ │ ├── BubbleChart.rtf
│ │ │ ├── Bubble.cs
│ │ │ ├── Bubble.png
│ │ │ └── Bubble.xls
│ │ ├── Charts.rtf
│ │ ├── ColumnChart
│ │ │ ├── Column3D.cs
│ │ │ ├── Column3D.png
│ │ │ ├── Column3D.xls
│ │ │ ├── ColumnChart.rtf
│ │ │ ├── ColumnClustered3D.cs
│ │ │ ├── ColumnClustered3D.png
│ │ │ ├── ColumnClustered3D.xls
│ │ │ ├── ColumnClustered.cs
│ │ │ ├── ColumnClustered.png
│ │ │ ├── ColumnClustered.xls
│ │ │ ├── ColumnStacked1003D.cs
│ │ │ ├── ColumnStacked1003D.png
│ │ │ ├── ColumnStacked1003D.xls
│ │ │ ├── ColumnStacked100.cs
│ │ │ ├── ColumnStacked100.png
│ │ │ ├── ColumnStacked100.xls
│ │ │ ├── ColumnStacked3D.cs
│ │ │ ├── ColumnStacked3D.png
│ │ │ ├── ColumnStacked3D.xls
│ │ │ ├── ColumnStacked.cs
│ │ │ ├── ColumnStacked.png
│ │ │ └── ColumnStacked.xls
│ │ ├── Combination
│ │ │ ├── Combination.cs
│ │ │ ├── Combination.png
│ │ │ ├── Combination.rtf
│ │ │ └── Combination.xls
│ │ ├── ConeChart
│ │ │ ├── ConeBar.cs
│ │ │ ├── ConeBar.png
│ │ │ ├── ConeBarStacked100.cs
│ │ │ ├── ConeBarStacked100.png
│ │ │ ├── ConeBarStacked100.xls
│ │ │ ├── ConeBarStacked.cs
│ │ │ ├── ConeBarStacked.png
│ │ │ ├── ConeBarStacked.xls
│ │ │ ├── ConeBar.xls
│ │ │ ├── ConeChart.rtf
│ │ │ ├── ConeColumn3D.cs
│ │ │ ├── ConeColumn3D.png
│ │ │ ├── ConeColumn3D.xls
│ │ │ ├── Cone.cs
│ │ │ ├── Cone.png
│ │ │ ├── ConeStacked100.cs
│ │ │ ├── ConeStacked100.png
│ │ │ ├── ConeStacked100.xls
│ │ │ ├── ConeStacked.cs
│ │ │ ├── ConeStacked.png
│ │ │ ├── ConeStacked.xls
│ │ │ └── Cone.xls
│ │ ├── CylinderChart
│ │ │ ├── CylinderBar.cs
│ │ │ ├── CylinderBar.png
│ │ │ ├── CylinderBarStacked100.cs
│ │ │ ├── CylinderBarStacked100.png
│ │ │ ├── CylinderBarStacked100.xls
│ │ │ ├── CylinderBarStacked.cs
│ │ │ ├── CylinderBarStacked.png
│ │ │ ├── CylinderBarStacked.xls
│ │ │ ├── CylinderBar.xls
│ │ │ ├── CylinderChart.rtf
│ │ │ ├── CylinderColumn3D.cs
│ │ │ ├── CylinderColumn3D.png
│ │ │ ├── CylinderColumn3D.xls
│ │ │ ├── Cylinder.cs
│ │ │ ├── Cylinder.png
│ │ │ ├── CylinderStacked100.cs
│ │ │ ├── CylinderStacked100.png
│ │ │ ├── CylinderStacked100.xls
│ │ │ ├── CylinderStacked.cs
│ │ │ ├── CylinderStacked.png
│ │ │ ├── CylinderStacked.xls
│ │ │ └── Cylinder.xls
│ │ ├── DoughnutChart
│ │ │ ├── DoughnutChart.rtf
│ │ │ ├── Doughnut.cs
│ │ │ ├── DoughnutExploded.cs
│ │ │ ├── DoughnutExploded.png
│ │ │ ├── DoughnutExploded.xls
│ │ │ ├── Doughnut.png
│ │ │ └── Doughnut.xls
│ │ ├── LineChart
│ │ │ ├── Line3D.cs
│ │ │ ├── Line3D.png
│ │ │ ├── Line3D.xls
│ │ │ ├── LineChart.rtf
│ │ │ ├── Line.cs
│ │ │ ├── LineMarkers.cs
│ │ │ ├── LineMarkers.png
│ │ │ ├── LineMarkersStacked100.cs
│ │ │ ├── LineMarkersStacked100.png
│ │ │ ├── LineMarkersStacked100.xls
│ │ │ ├── LineMarkersStacked.cs
│ │ │ ├── LineMarkersStacked.png
│ │ │ ├── LineMarkersStacked.xls
│ │ │ ├── LineMarkers.xls
│ │ │ ├── Line.png
│ │ │ ├── LineStacked100.cs
│ │ │ ├── LineStacked100.png
│ │ │ ├── LineStacked100.xls
│ │ │ ├── LineStacked.cs
│ │ │ ├── LineStacked.png
│ │ │ ├── LineStacked.xls
│ │ │ └── Line.xls
│ │ ├── PieChart
│ │ │ ├── Pie3D.cs
│ │ │ ├── Pie3D.png
│ │ │ ├── Pie3D.xls
│ │ │ ├── PieBar.cs
│ │ │ ├── PieBar.png
│ │ │ ├── PieBar.xls
│ │ │ ├── PieChart.rtf
│ │ │ ├── Pie.cs
│ │ │ ├── PieExploded3D.cs
│ │ │ ├── PieExploded3D.png
│ │ │ ├── PieExploded3D.xls
│ │ │ ├── PieExploded.cs
│ │ │ ├── PieExploded.png
│ │ │ ├── PieExploded.xls
│ │ │ ├── PieOfPie.cs
│ │ │ ├── PieOfPie.png
│ │ │ ├── PieOfPie.xls
│ │ │ ├── Pie.png
│ │ │ └── Pie.xls
│ │ ├── PyramidChart
│ │ │ ├── PyramidBar.cs
│ │ │ ├── PyramidBar.png
│ │ │ ├── PyramidBarStacked100.cs
│ │ │ ├── PyramidBarStacked100.png
│ │ │ ├── PyramidBarStacked100.xls
│ │ │ ├── PyramidBarStacked.cs
│ │ │ ├── PyramidBarStacked.png
│ │ │ ├── PyramidBarStacked.xls
│ │ │ ├── PyramidBar.xls
│ │ │ ├── PyramidChart.rtf
│ │ │ ├── PyramidColumn3D.cs
│ │ │ ├── PyramidColumn3D.png
│ │ │ ├── PyramidColumn3D.xls
│ │ │ ├── Pyramid.cs
│ │ │ ├── Pyramid.png
│ │ │ ├── PyramidStacked100.cs
│ │ │ ├── PyramidStacked100.png
│ │ │ ├── PyramidStacked100.xls
│ │ │ ├── PyramidStacked.cs
│ │ │ ├── PyramidStacked.png
│ │ │ ├── PyramidStacked.xls
│ │ │ └── Pyramid.xls
│ │ ├── RadarChart
│ │ │ ├── RadarChart.rtf
│ │ │ ├── Radar.cs
│ │ │ ├── RadarFilled.cs
│ │ │ ├── RadarFilled.png
│ │ │ ├── RadarFilled.xls
│ │ │ ├── RadarMarkers.cs
│ │ │ ├── RadarMarkers.png
│ │ │ ├── RadarMarkers.xls
│ │ │ ├── Radar.png
│ │ │ └── Radar.xls
│ │ ├── ScatterChart
│ │ │ ├── ScatterChart.rtf
│ │ │ ├── Scatter.cs
│ │ │ ├── ScatterLine.cs
│ │ │ ├── ScatterLineMarkers.cs
│ │ │ ├── ScatterLineMarkers.png
│ │ │ ├── ScatterLineMarkers.xls
│ │ │ ├── ScatterLine.png
│ │ │ ├── ScatterLine.xls
│ │ │ ├── Scatter.png
│ │ │ ├── ScatterSmoothedLine.cs
│ │ │ ├── ScatterSmoothedLineMarkers.cs
│ │ │ ├── ScatterSmoothedLineMarkers.png
│ │ │ ├── ScatterSmoothedLineMarkers.xls
│ │ │ ├── ScatterSmoothedLine.png
│ │ │ ├── ScatterSmoothedLine.xls
│ │ │ └── Scatter.xls
│ │ ├── StockChart
│ │ │ ├── StockChart.rtf
│ │ │ ├── StockHighLowClose.cs
│ │ │ ├── StockHighLowClose.png
│ │ │ ├── StockHighLowClose.xls
│ │ │ ├── StockOpenHighLowClose.cs
│ │ │ ├── StockOpenHighLowClose.png
│ │ │ ├── StockOpenHighLowClose.xls
│ │ │ ├── StockVolumeHighLowClose.cs
│ │ │ ├── StockVolumeHighLowClose.png
│ │ │ ├── StockVolumeHighLowClose.xls
│ │ │ ├── StockVolumeOpenHighLowClose.cs
│ │ │ ├── StockVolumeOpenHighLowClose.png
│ │ │ └── StockVolumeOpenHighLowClose.xls
│ │ └── SurfaceChart
│ │ ├── Surface3D.cs
│ │ ├── Surface3D.png
│ │ ├── Surface3D.xls
│ │ ├── SurfaceChart.rtf
│ │ ├── SurfaceContour.cs
│ │ ├── SurfaceContour.png
│ │ ├── SurfaceContourWireframe.cs
│ │ ├── SurfaceContourWireframe.png
│ │ ├── SurfaceContourWireframe.xls
│ │ ├── SurfaceContour.xls
│ │ ├── SurfaceWireframe3D.cs
│ │ ├── SurfaceWireframe3D.png
│ │ └── SurfaceWireframe3D.xls
│ ├── Column
│ │ ├── ApplyStyle.cs
│ │ ├── ApplyStyle.png
│ │ ├── ApplyStyle.xls
│ │ ├── Border.cs
│ │ ├── Border.png
│ │ ├── Border.xls
│ │ ├── Column.rtf
│ │ ├── Font.cs
│ │ ├── Font.png
│ │ ├── Font.xls
│ │ ├── Format.cs
│ │ ├── Format.png
│ │ ├── Format.xls
│ │ ├── Hidden.cs
│ │ ├── Hidden.png
│ │ ├── Hidden.xls
│ │ ├── NumberFormat.cs
│ │ ├── NumberFormat.png
│ │ ├── NumberFormat.xls
│ │ ├── Pattern.cs
│ │ ├── Pattern.png
│ │ ├── Pattern.xls
│ │ ├── Width.cs
│ │ ├── Width.png
│ │ └── Width.xls
│ ├── ExcelReport
│ │ ├── AdvancedProductList.cs
│ │ ├── AdvancedProductList.png
│ │ ├── AdvancedProductList.xls
│ │ ├── EmployeeForm.cs
│ │ ├── EmployeeForm.png
│ │ ├── EmployeeForm.xls
│ │ ├── ExcelReport.rtf
│ │ ├── Introduce.cs
│ │ ├── Introduce.png
│ │ ├── Introduce.xls
│ │ ├── ProductList.cs
│ │ ├── ProductList.png
│ │ ├── ProductList.xls
│ │ ├── SalesReport.cs
│ │ ├── SalesReport.png
│ │ ├── SalesReport.xls
│ │ ├── ScheduleReport.cs
│ │ ├── ScheduleReport.png
│ │ └── ScheduleReport.xls
│ ├── Explore.rtf
│ ├── Hyperlink
│ │ ├── AddHyperlink.cs
│ │ ├── AddHyperlink.png
│ │ ├── AddHyperlink.xls
│ │ └── Hyperlink.rtf
│ ├── Name
│ │ ├── AddName.cs
│ │ ├── AddName.png
│ │ ├── AddName.xls
│ │ └── Name.rtf
│ ├── Range
│ │ ├── ApplyStyle.cs
│ │ ├── ApplyStyle.png
│ │ ├── ApplyStyle.xls
│ │ ├── Border.cs
│ │ ├── Border.png
│ │ ├── Border.xls
│ │ ├── Font.cs
│ │ ├── Font.png
│ │ ├── Font.xls
│ │ ├── MergeCells.cs
│ │ ├── MergeCells.png
│ │ ├── MergeCells.xls
│ │ ├── NumberFormat.cs
│ │ ├── NumberFormat.png
│ │ ├── NumberFormat.xls
│ │ ├── Pattern.cs
│ │ ├── Pattern.png
│ │ ├── Pattern.xls
│ │ └── Range.rtf
│ ├── Row
│ │ ├── ApplyStyle.cs
│ │ ├── ApplyStyle.png
│ │ ├── ApplyStyle.xls
│ │ ├── Border.cs
│ │ ├── Border.png
│ │ ├── Border.xls
│ │ ├── Font.cs
│ │ ├── Font.png
│ │ ├── Font.xls
│ │ ├── Format.cs
│ │ ├── Format.png
│ │ ├── Format.xls
│ │ ├── Height.cs
│ │ ├── Height.png
│ │ ├── Height.xls
│ │ ├── Hidden.cs
│ │ ├── Hidden.png
│ │ ├── Hidden.xls
│ │ ├── NumberFormat.cs
│ │ ├── NumberFormat.png
│ │ ├── NumberFormat.xls
│ │ ├── Pattern.cs
│ │ ├── Pattern.png
│ │ ├── Pattern.xls
│ │ └── Row.rtf
│ ├── Shape
│ │ ├── Comment
│ │ │ ├── AddComment.cs
│ │ │ ├── AddComment.png
│ │ │ ├── AddComment.xls
│ │ │ ├── Characters.cs
│ │ │ ├── Characters.png
│ │ │ ├── Characters.xls
│ │ │ ├── Comment.rtf
│ │ │ ├── CreateComment.cs
│ │ │ ├── Font.cs
│ │ │ ├── Font.png
│ │ │ ├── Font.xls
│ │ │ └── vssver2.scc
│ │ ├── Picture
│ │ │ ├── AddPicture.cs
│ │ │ ├── AddPicture.png
│ │ │ ├── AddPicture.xls
│ │ │ ├── MovePicture.cs
│ │ │ ├── MovePicture.png
│ │ │ ├── MovePictureToRange.cs
│ │ │ ├── MovePictureToRange.png
│ │ │ ├── MovePictureToRange.xls
│ │ │ ├── MovePicture.xls
│ │ │ ├── Picture.rtf
│ │ │ └── vssver2.scc
│ │ ├── Shape.rtf
│ │ └── TextBox
│ │ ├── AddTextBox.cs
│ │ ├── AddTextBox.png
│ │ ├── AddTextBox.xls
│ │ ├── Characters.cs
│ │ ├── Characters.png
│ │ ├── Characters.xls
│ │ ├── CreateTextBox.cs
│ │ ├── CreateTextBox.xls
│ │ ├── Font.cs
│ │ ├── Font.png
│ │ ├── Font.xls
│ │ ├── TextBox.rtf
│ │ └── vssver2.scc
│ ├── Style
│ │ ├── BulidInStyle.cs
│ │ ├── BulidInStyle.png
│ │ ├── BulidInStyle.xls
│ │ ├── Characters.png
│ │ ├── CreateTextBox.png
│ │ ├── CustomStyle.cs
│ │ ├── CustomStyle.png
│ │ ├── CustomStyle.xls
│ │ ├── Font.png
│ │ └── Style.rtf
│ ├── Validation
│ │ ├── AddValidation.cs
│ │ ├── AddValidation.png
│ │ ├── AddValidation.xls
│ │ └── Validation.rtf
│ ├── Workbook
│ │ ├── AddSheet.cs
│ │ ├── AddSheet.png
│ │ ├── AddSheet.xls
│ │ ├── DeleteSheet.cs
│ │ ├── DeleteSheet.png
│ │ ├── DeleteSheet.xls
│ │ ├── InsertSheet.cs
│ │ ├── InsertSheet.png
│ │ ├── InsertSheet.xls
│ │ ├── NormalStyle.cs
│ │ ├── NormalStyle.png
│ │ ├── NormalStyle.xls
│ │ ├── SaveAsCSV.cs
│ │ ├── SaveAsCSV.csv
│ │ ├── SaveAsCSV.png
│ │ ├── SaveAsExcel97To2003.cs
│ │ ├── SaveAsExcel97To2003.png
│ │ ├── SaveAsExcel97To2003.xls
│ │ ├── SaveAsTabDelimited.cs
│ │ ├── SaveAsTabDelimited.png
│ │ ├── SaveAsTabDelimited.txt
│ │ └── Workbook.rtf
│ └── Worksheet
│ ├── AutoFit.cs
│ ├── AutoFit.png
│ ├── AutoFit.xls
│ ├── CopySheet.cs
│ ├── CopySheet.png
│ ├── CopySheet.xls
│ ├── HideSheet.cs
│ ├── HideSheet.png
│ ├── HideSheet.xls
│ ├── ImportArray.cs
│ ├── ImportArray.png
│ ├── ImportArray.xls
│ ├── ImportDataTable.cs
│ ├── ImportDataTable.png
│ ├── ImportDataTable.xls
│ ├── MoveSheet.cs
│ ├── MoveSheet.png
│ ├── MoveSheet.xls
│ ├── Rename.cs
│ ├── Rename.png
│ ├── Rename.xls
│ ├── TabColor.cs
│ ├── TabColor.png
│ ├── TabColor.xls
│ └── Worksheet.rtf
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── FrmExplore.cs
├── FrmExplore.Designer.cs
├── FrmExplore.resx
├── Images
│ └── Log.png
├── obj
│ ├── Debug
│ │ └── TempPE
│ └── Release
│ ├── Acey.ExcelX.Demo2010.csproj.FileListAbsolute.txt
│ ├── Acey.ExcelX.Demo.csproj.FileListAbsolute.txt
│ ├── Acey.ExcelX.Demo.exe
│ ├── Acey.ExcelX.Demo.Form1.resources
│ ├── Acey.ExcelX.Demo.FrmExplore.resources
│ ├── Acey.ExcelX.Demo.pdb
│ ├── Acey.ExcelX.Demo.Properties.Resources.resources
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource-ResGen.read.1.tlog
│ ├── GenerateResource-ResGen.write.1.tlog
│ ├── ResolveAssemblyReference.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── Program.cs
└── Properties
├── AssemblyInfo.cs
├── Resources.Designer.cs
├── Resources.resx
├── Settings.Designer.cs
└── Settings.settings
52 directories, 509 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论