I have written this code, but not getting any output:
require_once 'SpreadsheetReaderFactory.php';
$spreadsheetsFilePath = 'data.ods';
$reader = SpreadsheetReaderFactory::reader($spreadsheetsFilePath);
$sheets = $reader->read($spreadsheetsFilePath);
print_r($sheets);