PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.2k forks source link

regExp with PHPExcel - ??? #1075

Open acfkv opened 7 years ago

acfkv commented 7 years ago

Hi ! How can i get the value of cell using PHPExcel with Regular Expression?

MarkBaker commented 7 years ago

Can you explain what you mean? What is it that you want to do?

acfkv commented 7 years ago

I have the Excel file: about 50000 rows and 10 columns. Need to get particular element(string) defined by RegExp, generated from PHP file. Or how can i connect RegEx statement to PHPExcel?