PHP Classes

Multiple worksheet handling

Recommend this page to a friend!

      PHP Classes blog  >  Read and Write Micros...  >  All threads  >  Multiple worksheet handling  >  (Un) Subscribe thread alerts  
Subject:Multiple worksheet handling
Summary:Writing HTML tables into Multiple excel worksheet
Messages:2
Author:sathish kannan
Date:2015-10-22 03:06:06
Update:2015-10-25 19:31:15
 

  1. Multiple worksheet handling   Reply   Report abuse  
Picture of sathish kannan sathish kannan - 2015-10-22 05:56:01
Hi,

I'm trying to write HTML tables in to Excel workbook with each table in a worksheet. Is that possible by using stream handler.

I have tried PHPExcel class but it consuming full memory and getting failed.

Can you please suggest some way to make this work.

Thanks,
Sathish
sskstud55@gmail.com

  2. Re: Multiple worksheet handling   Reply   Report abuse  
Picture of Ashraf Gheith Ashraf Gheith - 2015-10-25 19:31:15 - In reply to message 1 from sathish kannan
I do not know about the multiple worksheets, but in the next article I am showing how to write an array to excel. Hope that can help.