基本信息
源码名称:C#窗口控制直接打印Excel
源码大小:8.55M
文件格式:.rar
开发语言:C#
更新时间:2022-01-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 6 元 
   源码介绍
C#窗口控制直接打印Excel 

            Workbook workbook = new Workbook();
            workbook.LoadFromFile("abc.xlsx");

            Worksheet sheet = workbook.Worksheets[0];
            sheet.PageSetup.PrintArea = "A1:F40";

.
├── WindowsFormsApp8
│   ├── WindowsFormsApp8
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── WindowsFormsApp8.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Microsoft.mshtml.dll
│   │   │       ├── Spire.License.dll
│   │   │       ├── Spire.Pdf.dll
│   │   │       ├── Spire.XLS.dll
│   │   │       ├── WindowsFormsApp8.exe
│   │   │       ├── WindowsFormsApp8.exe.config
│   │   │       ├── WindowsFormsApp8.pdb
│   │   │       └── abc.xlsx
│   │   └── obj
│   │       └── Debug
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── TempPE
│   │           ├── WindowsFormsApp8.Form1.resources
│   │           ├── WindowsFormsApp8.Properties.Resources.resources
│   │           ├── WindowsFormsApp8.csproj.CopyComplete
│   │           ├── WindowsFormsApp8.csproj.CoreCompileInputs.cache
│   │           ├── WindowsFormsApp8.csproj.FileListAbsolute.txt
│   │           ├── WindowsFormsApp8.csproj.GenerateResource.cache
│   │           ├── WindowsFormsApp8.csprojAssemblyReference.cache
│   │           ├── WindowsFormsApp8.exe
│   │           └── WindowsFormsApp8.pdb
│   └── WindowsFormsApp8.sln
└── 好例子网_C#窗口控制直接打印Excel .rar

8 directories, 32 files