-
I have such data in Excel:
```
1.2912
0.21312
```
Now when I parse this is what gets written out in my DB:
```
1.29
0.21
```
I am expecting to see 4-digit number to be written into DB, is there a …
-
**Issue by [mitchellsundt](https://github.com/mitchellsundt)**
_Thursday Jul 09, 2015 at 19:45 GMT_
_Originally opened as https://github.com/opendatakit/opendatakit/issues/1104 (0 comment(s))_
---
…
-
I am using the demo http://oss.sheetjs.com/js-xlsx with attached file.
The CSV output looks right, but JSON output has only data for first column and last column.
-
Il faudrait au choix, non-exclusifs:
- Lister les utilitaires développés, et donc déplacer l'importateur python dans son propre projet.
- Faire des utilitaires "approuvés" des sous-modules du projet…
-
This is not open source
bjagg updated
7 years ago
-
Actuellement le dossier dist ne répond plus au besoin du site et ne peut plus être servi en l'état (ce qui était le bug à l'origine), il doit pouvoir être "copiable-collable" et utilisable directement…
-
expected (new) date : 2017-04-01
expected features:
- Pandas-0.22.0
- PyQt5-5.9.1-5.9.2, Spyder-3.2.8
- Bokeh-0.12.15, Holoviews-1.10.0dev1 (jupyterlab compatibility)
- Notebook-5.4.1 (Term…
-
I'm trying to convert this file: https://www.dropbox.com/s/qbjhjhfjx02dyfa/ATtest.xlsx
to csv and my output is: https://www.dropbox.com/s/tf5e2j6mag74c1y/ATtest.csv
and was expectig: https://www.dropb…
-
Hi,
The library sounds amazing but I'm stuck with an issue while trying to upload something (Both put_file and put_directory)
requests.exceptions.InvalidHeader: Header value 1475201477.79 must be …
-
I have this codes which failed to run with error:
`unhandled exception: invoke method failed: open [COMError]`
import winim.com
comScript:
var excel: com
try:
excel = CreateObject…