Answer the question
In order to leave comments, you need to log in
How to parse such a file using php (excel)?
How to parse such a file using php, you only need to pull out the text, ignore the pictures, so that each line is in the form of a separate array, so that you can easily insert it into the database.
Here is the base itself (price )
Answer the question
In order to leave comments, you need to log in
1. take any library capable of digesting the input format: PHPExcel, box/spout;
2. read the table line by line;
3. find criteria for distinguishing a row with data from other rows;
4. implement the parser taking into account filtering the necessary lines;
5. PROFIT!
For implementation, you can contact https://freelansim.ru
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question