By: Bill
Date: 2013-10-31
Time: 17:50
|
How to read cells
Hi,
I am getting used to TBS for Excel, my question is simple.
I am looking for a simple example to just read cells (lines and columns) from an Excel document (.xlsx), and them get them in PHP, so I can play with it :)
My code starts with
include_once('opentbs/demo/tbs_class.php');
$TBS_excel = new clsTinyButStrong;
include('excel_file.php');
$TBS_excel->PlugIn(TBS_INSTALL,TBS_EXCEL);
$TBS_excel->LoadTemplate('my_template.xml');
and now I want to parse the excel cells...
I know that my question is very easy compared to other subjects, but thanks in advance for your help !!
Bill
|
By: Bill
Date: 2013-11-01
Time: 08:39
|
Re: How to read cells
Hi Skrol29,
Thanks for your quick answer, even if I must find another solution..
When this feature will be implemented, then Tiny But Strong will become Tiny But Very Strong :)
|