Click here to Skip to main content
15,889,879 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What does that mean error?
Invalid token 'Text' at root level of document.
Posted
Comments
Maximilien 16-Jun-12 9:20am    
Can we have a little bit of context ? what excel file ? what c++ code ?
Sandeep Mewara 16-Jun-12 9:37am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.

1 solution

All of the initial results from Google reference invalidly-formatted XML files. XML is not XLS. It sounds like maybe your application is expecting XML files and you are trying to give it XLS files instead.

Here are some examples of the results from Google:

http://social.msdn.microsoft.com/forums/en-US/csharpide/thread/b870b3c4-cf96-4f8a-bc94-18aef6f44d85[^]

http://weblogs.asp.net/plip/archive/2006/08/14/Visual-Studio-.NET-2005-Hidden-Gem.aspx[^]

http://dotnetfree.blogspot.com/2009/07/invalid-token-text-at-root-level-of.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900