PHP Classes

Read file from memory

Recommend this page to a friend!

      SimpleXLSX  >  All threads  >  Read file from memory  >  (Un) Subscribe thread alerts  
Subject:Read file from memory
Summary:vs. from disk
Messages:2
Author:Ian Littman
Date:2012-05-14 18:21:48
Update:2012-09-14 02:37:08
 

  1. Read file from memory   Reply   Report abuse  
Picture of Ian Littman Ian Littman - 2012-05-14 18:21:48
I have a use case where it's better just to read the XLSX from memory (since it's there anyway) instead of writing the file to disk, then pulling it back into SImple XLSX.

I can make the necessary code modifications (in the constructor and _unzip) to get this done, but was wondering if the author is okay with me doing that, and if so whether he wants the modified code.

  2. Re: Read file from memory   Reply   Report abuse  
Picture of Sergey Shuchkin Sergey Shuchkin - 2012-09-14 02:37:08 - In reply to message 1 from Ian Littman
In v0.6 added $is_data param in __construct