S
S
stepan-neretin72019-01-24 21:16:30
PHP
stepan-neretin7, 2019-01-24 21:16:30

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

2 answer(s)
A
Andrew, 2019-01-24
@R0dger

In CSV, there is no export option and is it already parsed as needed?

V
Vladislav Vlastovskiy, 2019-02-25
@VlastV

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 question

Ask a Question

731 491 924 answers to any question