php - Export Excel into text file -


It is possible to export data from excel to .txt document And to maintain the style of particle phst or any other way?

Edit:

I have some solution, when I have been able to create it with PHP ... on Excel- gt; Save As - & gt; Formatted Text (Space delimited) .. saves this file in .prn :

A PRN file is a special type of file containing instructions for printer It tells the printer what to print on the page and which paper tray to use, what is the paper size and many other controls.

and the same style is' like Excel but without cells

< P> You can export it as a .csv, it means a text file different databases, you can read this line by line and separate the line:
  $ Array = split (";", line)    

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -