-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
```
Change
$newstr = $retstr[$j].chr(0);
into
$newstr .= $retstr[$j].chr(0);
around line 547 in reader.php.
When the excel's SST record exceeds the BIFF record size (which may happen if
you ha…
-
It is possible to extract XLM macro formulas using a modified version of xlrd:
https://twitter.com/H_Miser/status/1248247907481866246
https://github.com/Heat-Miser/xlrd/commit/5d599771c2d726e8e48635…