Note that there are some explanatory texts on larger screens.

plurals
  1. POInsert data to database from excel
    text
    copied!<p>Using <code>codeigniter</code>'s excel class I have displayed data from <code>excel.xls</code>:</p> <pre><code>echo $worksheetrows-&gt;dump(true,true); </code></pre> <p>But I am confused how to insert this data to database. Please help me to solve this issue.</p> <pre><code> A B C D E F G H J </code></pre> <p>1 Number Formats 123456789.123<br> 2 Format Positive Negative Format 1 Negative Format 2 Negative Format 3 Negative Format 4<br> 3 1234 123456789 -123456789 123456789 (123456789) (123456789) Col I is hidden --><br> 4 1234.0 123456789.1 -123456789.1 123456789.1 (123456789.1) (123456789.1) This is col J 5 1234.00 123456789.12 -123456789.12 123456789.12 (123456789.12) (123456789.12)<br> 6 1,234 123,456,789 -123,456,789 123,456,789 (123,456,789) (123,456,789)<br> 7 1,234.0 123,456,789.1 -123,456,789.1 123,456,789.1 (123,456,789.1) (123,456,789.1)<br> 8 1,234.00 123,456,789.12 -123,456,789.12 123,456,789.12 (123,456,789.12) (123,456,789.12)<br> 9 $1,234.00 $123,456,789.12 $-123,456,789.12 $123,456,789.12 ($123,456,789.12) ($123,456,789.12)<br> 10 Dates Times Percentages Fonts<br> 11 12/31/2008 11/11/2008 10:55 1/1/09 1:44:59 am 23:00:00 50% Bold<br> 12 02/03/08 10:55:48 am 1/1/09 1:45:00 am 23:30:00 1.23% Italic<br> 13 12/31 10:55:48 1/1/09 1:45:01 am Underline<br> 14 December 31, 2008 12/01/2009 Bold - Italic<br> 15 Wednesday, December 31, 2008 Bold - Underline<br> 16 31-Dec italic - Underline<br> 17 Colors<br> 18 Red Green Blue Yellow Gray Orange Purple Cyan </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload