Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Issues with excel 2000 xsl template

Dev environment: Office 2003, VS2005
Server environment: Office 2000, Win 2003 server.

exporting data to excel using xsl. every thing works fine in my local
machine. But not in server. When i open the exported excel report on server,
it was showing entire data in the first cell. no formating , no header.
below is the xml spreedshet for you reference. I am able to see the proper
excel on my local pc but not on the server. Any help would be greatly
appreciated.

<?xml version="1.0"?
<?mso-application progid="Excel.Sheet"?
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40"

<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"

</ExcelWorkbook
<Styles
<Style ss:ID="Default" ss:Name="Normal"
<Alignment ss:Vertical="Bottom"/
<Borders/
<Font/
<Interior/
<NumberFormat/
<Protection/
</Style
</Styles
<Worksheet ss:Name="Sheet1"
<Table ss:ExpandedColumnCount="3" ss:ExpandedRowCount="1" x:FullColumns="1"
x:FullRows="1"
<Row
<Cell<Data ss:Type="String"test</Data</Cell
<Cell<Data ss:Type="String"test1</Data</Cell
<Cell<Data ss:Type="String"test2</Data</Cell
</Row
</Table
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"
<Selected/
<Panes
<Pane
<Number3</Number
<ActiveCol2</ActiveCol
</Pane
</Panes
<ProtectObjectsFalse</ProtectObjects
<ProtectScenariosFalse</ProtectScenarios
</WorksheetOptions
</Worksheet
<Worksheet ss:Name="Sheet2"
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"
<ProtectObjectsFalse</ProtectObjects
<ProtectScenariosFalse</ProtectScenarios
</WorksheetOptions
</Worksheet
<Worksheet ss:Name="Sheet3"
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"
<ProtectObjectsFalse</ProtectObjects
<ProtectScenariosFalse</ProtectScenarios
</WorksheetOptions
</Worksheet
</Workbook

Regards,
Chandana.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel template download issues RTF Excel Discussion (Misc queries) 0 May 21st 08 03:40 AM
Excel 2000 Template GC Excel Discussion (Misc queries) 0 April 17th 06 03:13 PM
Template won't open as a .xls in Excel 2000 Lawrence A Murdock[_2_] Excel Programming 1 December 22nd 04 06:01 PM
Any known issues between VBA for Excel 2000 & 2003 Ben P Excel Programming 2 November 5th 04 11:41 PM
excel 2000 add-in causing delay issues jamesd3rd Excel Programming 0 May 11th 04 09:22 PM


All times are GMT +1. The time now is 05:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"