Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi:
Mi Problem is the next, i want export to excel from page ASPX, i can make all, but mi problem is that only make excel application in the memory, no display el excel worrbook, the code use is C# private void Button1_Click(object sender, System.EventArgs e) { Microsoft.Office.Interop.Excel.Application oExcel; Microsoft.Office.Interop.Excel.Workbook oBook; object oMissing = System.Reflection.Missing.Value; oExcel = new Microsoft.Office.Interop.Excel.Application(); // Add a Workbook. oBook = oExcel.Workbooks.Add(oMissing); oBook.Activate(); oExcel.Visible = true; oExcel.UserControl = true; } |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export Excel tuncating leading zeros while export to excel from da | Setting up and Configuration of Excel | |||
export re-order input fields to export file [csv] | Excel Worksheet Functions | |||
Excel / XMI Export | Excel Discussion (Misc queries) | |||
Can I export from Excel to ACT | Excel Discussion (Misc queries) | |||
Export to Excel API | Excel Programming |