Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to generate Excel worksheets using .Net. The worksheets
are actually HTML pages with Excel specific XML elements. Everything works fine until I added these following code in the template I'm generating: <x:ExcelName <x:NamePrint_Titles</x:Name <x:SheetIndex1</x:SheetIndex <x:Formula='Initiative Status Report'!$4:$5</x:Formula </x:ExcelName If I add these lines to my ASPX page, Excel will give me an error message with the heading "Problems during load" and the message "Excel Name". If I click "Ok", the file loads up fine and everything is display. Can someone please tell me how to fix this problem? Thank you very much. |
#2
![]() |
|||
|
|||
![]()
Vincent
Long shot but Page_Titles is a sheet level name not a workbook level name, so it may need qualifying Sheet1!Print_Titles -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England HIS "Vincent" wrote in message om... I am trying to generate Excel worksheets using .Net. The worksheets are actually HTML pages with Excel specific XML elements. Everything works fine until I added these following code in the template I'm generating: <x:ExcelName <x:NamePrint_Titles</x:Name <x:SheetIndex1</x:SheetIndex <x:Formula='Initiative Status Report'!$4:$5</x:Formula </x:ExcelName If I add these lines to my ASPX page, Excel will give me an error message with the heading "Problems during load" and the message "Excel Name". If I click "Ok", the file loads up fine and everything is display. Can someone please tell me how to fix this problem? Thank you very much. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problems opening Excel files using DFS links | Excel Discussion (Misc queries) | |||
why templates do not load into excel 2000? | Excel Discussion (Misc queries) | |||
System doesn't load Systray | Excel Discussion (Misc queries) | |||
File will not load | Excel Discussion (Misc queries) | |||
*.csv file wont load correctly | Excel Discussion (Misc queries) |