![]() |
Save Page as PDF/Excel File Button - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Save Page as PDF/Excel File Button (/showthread.php?tid=60872) |
Save Page as PDF/Excel File Button - El Forum - 07-16-2014 [eluser]Unknown[/eluser] Best way to go about saving a page (data from the database) as a PDF/Excel file? I want a nice, pretty button that has Save as PDF or Save as XLS/CSV (I haven't decided yet), but I thought about using a nice plugin for the PDF - any recommendations? Thanks! Save Page as PDF/Excel File Button - El Forum - 07-17-2014 [eluser]robert.fulcher[/eluser] You can try this. https://phpexcel.codeplex.com Save Page as PDF/Excel File Button - El Forum - 07-18-2014 [eluser]Unknown[/eluser] Thank you! Will give it a go ![]() Save Page as PDF/Excel File Button - El Forum - 08-07-2014 [eluser]dalirnet[/eluser] php excel class is very good but create your personal library in CI this is part of my personal library: Code: class Excel_lib |