Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel 2007 export as XML size limit/bug

There appears to be a limit/bug in the number of rows that Excel 2007 will
export as XML.

Steps to reproduce the error:
1) Create a spreadsheet with a single column and fill the column with
100,000 rows of data
2) Map the XML sample schema to the column (schema provided below)
3) Export the data as XML
4) Open the XML file you exported and only 34464 rows will be present (not
the 100,000 rows created in step 1)

Does anyone know a fix or workaround for this issue?

-Erik


Sample Schema:
<?xml version="1.0" encoding="utf-8"?
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
<xsd:element nillable="true" name="Demo"
<xsd:complexType
<xsd:sequence minOccurs="0"
<xsd:element minOccurs="0" maxOccurs="unbounded" nillable="true"
name="Records" form="unqualified"
<xsd:complexType
<xsd:sequence minOccurs="0"
<xsd:element minOccurs="0" nillable="true" type="xsd:integer"
name="record" form="unqualified"</xsd:element
</xsd:sequence
</xsd:complexType
</xsd:element
</xsd:sequence
</xsd:complexType
</xsd:element
</xsd:schema
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 size limit? Oscar Excel Discussion (Misc queries) 1 August 20th 07 06:37 PM
Excel 2007 export file size huge Andy Payne Excel Discussion (Misc queries) 1 March 17th 07 11:08 PM
Is there an array size limit for MMULT or MINVERSE in excel 2007? jimr315 Excel Worksheet Functions 4 February 7th 07 10:48 PM
Cell size? Or size limit for Text data type? CClem Excel Discussion (Misc queries) 0 April 21st 06 04:09 PM
What is the limit size for columns in Excel??? Melissa Excel Discussion (Misc queries) 5 May 16th 05 09:29 PM


All times are GMT +1. The time now is 04:47 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"