PHPExcel developer documentation

PHPExcel_CachedObjectStorageFactory::cache_to_sqlite3; Uses an SQLite 3 in-memory database for caching cell data. Unlike other caching methods, neither cells nor an index are held in PHP memory - an indexed database table makes it unnecessary to hold any index in PHP memory – making this the most memory-efficient of the cell caching methods. ................
................