Skip to content

Commit

Permalink
missing library include for ods files
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmru committed Apr 20, 2016
1 parent 434e04d commit ac7ae02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion inc/ods_to_array.php
Expand Up @@ -8,7 +8,8 @@ function inc_ods_to_array_dist($data, $options = []) {

file_put_contents($file, $data);
unset($data);


include_spip('lib/spreadsheet-reader/SpreadsheetReader');
$reader = new SpreadsheetReader($file, 'dummy.ods', 'application/vnd.oasis.opendocument.spreadsheet');

$datas = iterateur_xls_convert($reader);
Expand Down
4 changes: 2 additions & 2 deletions paquet.xml
@@ -1,8 +1,8 @@
<paquet
prefix="iterateur_xls"
categorie="outil"
version="1.0.4"
etat="test"
version="1.0.5"
etat="stable"
compatibilite="[3.0.0;3.1.*]"
documentation="http://contrib.spip.net/iterateur_xls"
logo="images/logo_iterateur_xls_32.png"
Expand Down

0 comments on commit ac7ae02

Please sign in to comment.