Answer the question
In order to leave comments, you need to log in
How to process excel file using php?
Good afternoon! Please tell me how to be and what to do.
There is an excel file.
It has a number of columns. I only need data from 1, 2, 5.
Answer the question
In order to leave comments, you need to log in
Another option is the SimpleXLSX library . The basic usage is very simple:
if ( $xlsx = SimpleXLSX::parse('book.xlsx') ) {
print_r( $xlsx->rows() );
} else {
echo SimpleXLSX::parseError();
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question