PHP & ile EXCEL İhracat HTML

0 Cevap php


I would like to export an HTML table to a MS Excel document (and PDF ideally) as it is displayed on the HTML/CSS page. I read a lot of pages and topics about it (on stack mainly) but everyone seemed to be talking about exporting the table, and not formatting the final excel file.

Ben bu gibi çalışması gerektiğini düşünüyorum:

  1. ihracat düğmesini tıklatın: jQuery için çağrı
  2. jQuery table HTML / CSS saf bir HTML belgesi oluşturur
  3. jQuery reformasyon HTML kodunu EXCEL dosyası oluşturmak için (http://phpexcel.codeplex.com belki) bir PHP fonksiyonu / sınıf çağıran
  4. PHP tarafından gönderilen başlıklarıyla, tarayıcı açmak / kaydetmek için excel dosyası oluşturulur kullanıcı sorar

Would this work? If so do you know any jQuery plugins and PHP classes/functions to do so? If not, what is your ideas about it?
EDIT: Thanks to Matt, I came to the idea of using an XLS file template, is it possible? It will avoid me all the formatting as it would be done in the template file. Is it possible?


Cheers,
Nicolas.

0 Cevap