Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have DOCX file i changed the XLSX file format. how i find orginal file. example i try signature to find out result but signature value is SAME 50 4B 03 04 14 00 06 00 DOCX, PPTX, XLSX.Please send the source in C#
Posted
Updated 23-Jan-14 23:07pm
v2

1 solution

If you're just read Office docs, you can open them as zip file (openxml).

Word docs contains a word folder
Excel docs contains a xl folder 


in the openxml-container.
 
Share this answer
 
v2

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