-
Thank you for your great work!
I’m working on converting the output to DICOM-SEG format by creating `metadata.json` for `itkimage2segimage` using `labels.csv`.
I noticed some missing data in `labe…
-
I am currently working on a Python script that saves screenshots from an Excel file using the excel2image module.
My code is pretty easy:
`import excel2img
excel2img.export_img(Workpath + "/" +…
-
I am interested in PIES to Excel conversion.
I am able to see that the following code should be able to convert PIES to Excel.
https://github.com/autopartsource/sandpim/blob/b85e24821b143a8d7d192a…
-
I am working on Protege 5.0 with the plugin Celfie. I have imported an excel sheet which has a column Start_Time (datatype dateTime). When i import the excel sheet into protege, it converts the rows f…
-
Great package, just ran into an issue though..
I'm running python 2.75 along with xlrd 0.9.2 on both a windows and a linux box.
Windows is running node: v0.10.13
Linux is running node: v0.10.15
I'm u…
-
-
#### OS (e.g. Windows 10 or macOS Sierra)
Windows 10 Pro
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings Version 0.30.13
Excel Version 2404 (Build 17531.20…
-
Hello,
To process the MATSim data we us Excel, and so I created a tool to convert data from XML to csv and so to Excel. But this tool has limits, and I looked onto Excel to see if there wasn't an e…
-
When converting a WORD document ( _**.docx**_ ! ) to html using `XHTMLConverter` , document contains an excel chart, the chart is ignored completely in the output html.
Code sample:
_XWPFDocume…
-
I am aware of the possibility to override the `excel.set_xl_array_conversion` with something like `excel.set_xl_array_conversion(convert_to_list)`. But is there a way to leave the default as DataFrame…