• 大小: 0.31M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: Excel  调用  预览  打印  C#  

资源简介

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个文件信息

评论

共有 条评论