資源簡介
C# 調用Excel 打印預覽
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?Microsoft.Office.Interop;
using?Microsoft.Office.Interop.Excel;
namespace?ExcelPrint
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Microsoft.Office.Interop.Excel.Application?excelApp?=?null;
????????????Microsoft.Office.Interop.Excel.Workbook?workBook;
????????????Microsoft.Office.Interop.Excel.Worksheet?workSheet?=?null;
????????????Microsoft.Office.Interop.Excel.Range?range;
????????????excelApp?=?new?Microsoft.Office.Interop.Exc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????20480??2011-02-09?17:46??ExcelPrint\bin\Debug\ExcelPrint.exe
?????文件??????26112??2011-02-09?17:46??ExcelPrint\bin\Debug\ExcelPrint.pdb
?????文件???????5632??2005-09-23?05:04??ExcelPrint\bin\Debug\ExcelPrint.vshost.exe
?????文件?????409600??2010-07-01?14:25??ExcelPrint\bin\Debug\Interop.Microsoft.Office.Core.dll
?????文件????1273856??2010-07-01?14:25??ExcelPrint\bin\Debug\Interop.Microsoft.Office.Interop.Excel.dll
?????文件??????57344??2010-07-01?14:25??ExcelPrint\bin\Debug\Interop.VBIDE.dll
?????文件???????3583??2010-07-01?14:12??ExcelPrint\ExcelPrint.csproj
?????文件???????8474??2010-07-01?14:22??ExcelPrint\Form1.cs
?????文件???????2045??2010-07-01?14:22??ExcelPrint\Form1.Designer.cs
?????文件???????5814??2010-07-01?14:22??ExcelPrint\Form1.resx
?????文件????????842??2011-02-09?17:46??ExcelPrint\obj\Debug\ExcelPrint.csproj.GenerateResource.Cache
?????文件??????20480??2011-02-09?17:46??ExcelPrint\obj\Debug\ExcelPrint.exe
?????文件????????180??2011-02-09?17:46??ExcelPrint\obj\Debug\ExcelPrint.Form1.resources
?????文件??????26112??2011-02-09?17:46??ExcelPrint\obj\Debug\ExcelPrint.pdb
?????文件????????180??2011-02-09?17:46??ExcelPrint\obj\Debug\ExcelPrint.Properties.Resources.resources
?????文件???????7973??2011-02-09?17:46??ExcelPrint\obj\Debug\ResolveAssemblyReference.cache
?????文件???????1096??2020-06-18?14:51??ExcelPrint\obj\ExcelPrint.csproj.FileListAbsolute.txt
?????文件????????443??2010-07-01?14:15??ExcelPrint\Program.cs
?????文件????????604??2010-07-01?14:15??ExcelPrint\Properties\AssemblyInfo.cs
?????文件???????3298??2010-06-29?15:43??ExcelPrint\Properties\Resources.Designer.cs
?????文件???????5612??2010-06-29?15:43??ExcelPrint\Properties\Resources.resx
?????文件???????1095??2010-06-29?15:43??ExcelPrint\Properties\Settings.Designer.cs
?????文件????????249??2010-06-29?15:43??ExcelPrint\Properties\Settings.settings
?????文件????????919??2010-06-29?15:43??ExcelPrint.sln
?????目錄??????????0??2010-07-01?14:15??ExcelPrint\obj\Debug\TempPE
?????目錄??????????0??2015-07-30?20:26??ExcelPrint\bin\Debug
?????目錄??????????0??2015-07-30?20:26??ExcelPrint\obj\Debug
?????目錄??????????0??2015-07-27?01:28??ExcelPrint\bin
?????目錄??????????0??2015-07-30?20:26??ExcelPrint\obj
?????目錄??????????0??2015-07-30?20:26??ExcelPrint\Properties
............此處省略4個文件信息
評論
共有 條評論