<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
  <title>TinyButStrong Forum</title>
  <description>TinyButStrong Forum in English</description>
  <link>http://www.tinybutstrong.com/</link>
  <item>
   <title>Re: &#91;fr] Garder sa mise en page sous tbs:row </title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15612</link>
   <description>Bonjour Skrol,<br />
<br />
Aie, ça m'arrange pas du tout tout ça.<br />
Il faut que je trouve une solution de contournement, je pensais à PHPExcel pour ajouter des lignes avant peut-être, il faut voir comment ça interagit.<br />
En tout cas, merci beaucoup pour ta réponse très rapide</description>
   <pubDate>2017-03-16 09:14:00</pubDate>
  </item><item>
   <title>Re: how to do sub1 + row in xlsx</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15610</link>
   <description>You have do to a $TBS-&gt;MergeBlock(...) at the PHP side.<br />
<br />
In your snipped, block &quot;clienti&quot; has no bounds, so only first record will be merged.</description>
   <pubDate>2017-03-15 22:08:13</pubDate>
  </item><item>
   <title>Re: Excel could not open file - unreadable content</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15601</link>
   <description>Thanks,<br />
<br />
The &quot;Merged.xlsx&quot; file is corrupted because they are some extra data after the end of the zip file.<br />
<br />
This is probably because your PHP script does send some content after the file is merged.<br />
<br />
You extra data is: &quot;File &#91;xxxxxxx.xlsx] has been created.&quot;</description>
   <pubDate>2017-03-13 22:21:51</pubDate>
  </item><item>
   <title>Re: only one row displayed instead of 42 rows</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15572</link>
   <description>You should replace<br />
   &#91;rec.p_id;block:table:table-row]<br />
with<br />
   &#91;rec.p_id;block=Row]<br />
because in Excel-XML file format the row entity is &lt;Row&gt;.<br />
<br />
I suggest that you use the OpenTBS plug-in instead of the TBS_EXCEL plug-in, that will enables you to have true XLSX template.</description>
   <pubDate>2017-02-17 08:49:37</pubDate>
  </item><item>
   <title>Re: Set xlsx cell to text format</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15535</link>
   <description>I figured out the problem.<br />
If a cell is styled, the format has to be defined in the cell.</description>
   <pubDate>2017-01-13 11:49:36</pubDate>
  </item><item>
   <title>Problem with tbs:date, tbs:time and xlsxDate</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15534</link>
   <description>Hello<br />
<br />
After chaning the locale in our project we found a problem with a column with tbs:date. The generated excel contained now &lt;v&gt;42725,744849537&lt;/v&gt; instead of &lt;v&gt;42725.744849537&lt;/v&gt;. With that excel fails to open correctly (shows error and can not repair the problem). The Problem is the same as discussed in http://www.tinybutstrong.com/forum.php?thr=3463. Just different place.<br />
<br />
What worked for me was to change in the function MsExcel_ChangeCellValue on line 3796 &quot;$Value = ($t/86400.00)+25569;&quot; to &quot;$Value = var_export((float) ($t/86400.00)+25569, true);&quot;. <br />
<br />
With that the implicit converion from float to string does not lead to a wrong decimal separator and it works again.<br />
<br />
Best Regards,<br />
Christoph</description>
   <pubDate>2017-01-11 13:40:59</pubDate>
  </item><item>
   <title>Re: How to create Hyper Link to excel?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15510</link>
   <description>Thank you for the reply, I hope see it in future version. <br />
OpenTBS is the best! Loved it</description>
   <pubDate>2016-12-17 16:21:23</pubDate>
  </item><item>
   <title>File creation progress</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15501</link>
   <description>Hello,<br />
<br />
how cai i implement a creation progress of an xlsx file.<br />
<br />
thank you</description>
   <pubDate>2016-12-12 15:13:43</pubDate>
  </item><item>
   <title>Re: Insert XML in a cell</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15433</link>
   <description>ok</description>
   <pubDate>2016-10-06 09:38:48</pubDate>
  </item><item>
   <title>Re: Insert image on XLSX</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15395</link>
   <description>&gt; Someone has an xlsx file example?<br />
<br />
The demo given in the OpenTBS package has such an example.<br />
<br />
Can you precise your code that does the merging ?</description>
   <pubDate>2016-09-15 17:50:19</pubDate>
  </item><item>
   <title>Re: adjust cell height of xlsx</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15318</link>
   <description>Hi there. I am struggling with the same issue too. I did the suggestions mentioned above but was unable to solve it.<br />
<br />
Thanks,<br />
Hameed</description>
   <pubDate>2016-06-09 07:07:50</pubDate>
  </item><item>
   <title>Re: OpenTBS tbs:date modification propose</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15299</link>
   <description>Hi Alexey,<br />
<br />
Thank for your submitting.<br />
This will be taken for the next version.<br />
<br />
Regards,<br />
</description>
   <pubDate>2016-05-11 01:16:33</pubDate>
  </item><item>
   <title>Re: How to attach xlsx to email</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15273</link>
   <description>Never mind - I figured out it by myself :)<br />
It should be OPENTBS_STRING as a parameter for Show():<br />
<br />
&#91;code]<br />
$TBS-&gt;Show(OPENTBS_STRING);<br />
$xls_content = $TBS-&gt;Source;<br />
<br />
$mail-&gt;addAttachment(new stringAttachment($xls_content, &quot;test.xlsx&quot;, 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'));<br />
&#91;/code]<br />
<br />
That way it generates the right XLSX attachment.<br />
Thank you anyway. OpenTBS is awesome!<br />
</description>
   <pubDate>2016-04-14 08:32:11</pubDate>
  </item><item>
   <title>Re: tbs:date and block=tbs:row</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15256</link>
   <description>ok</description>
   <pubDate>2016-03-24 23:06:10</pubDate>
  </item><item>
   <title>Re: Acces all worksheets dynamically</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15201</link>
   <description>No, its not that urgent. As I already found a solution for my original problem (forced re-calculation of formulas) this feature is more like a &quot;nice-to-have&quot; - but thanks anyways! </description>
   <pubDate>2016-03-08 12:59:43</pubDate>
  </item>
</channel>
</rss>