Is there any way to get a position of TextBox of xls file via php-excel-reader? I need to get a text of that TextBox example image so for example I need "2a" but box "2a" is empty but there is a TextBox on it. So how can I get this value if I know what box I need? Thanks for everyone who can help me and sorry for my English
Asked
Active
Viewed 998 times
1
-
Do you mean a textbox (form element), or cell 2A? If the former, I'm not aware of any Excel libraries for PHP that support form elements beside [COM](http://www.php.net/manual/en/book.com.php), [PUNO](http://www.wstech2.net/index.php?do=0a,01,05) or [Ilia's extension](https://github.com/iliaal/php_excel) – Mark Baker May 11 '14 at 18:45
-
I mean I need to get an floating TextBox(drawing element) which is floating on 2A – Renat Magadiev May 11 '14 at 18:47
-
In that case, you're limited to the libraries that I listed – Mark Baker May 11 '14 at 20:16