ods Questions

4

Solved

I'm working with an ODS file in LibreOffice, and every now and then I want to convert it to CSV from the command line. I have found two tools for this: libreoffice --headless --convert-to csv and u...
Disparage asked 29/10, 2020 at 10:21

2

Solved

I've been scouring the net to find a Python library or tool that can converts an Excel file to/from ODS format, but haven't been able to come across anything. I need the ability to input and outp...
Zayas asked 6/3, 2013 at 20:11

7

I am working on python and I want to read an *.ods file and convert it to a python dictionary. The key will be the first column value and the value will be second column value. How can I do it? I...
Grum asked 20/1, 2011 at 8:47

1

I have a set of CSV files, which I need to convert to a single ODS (or even excel) spreadsheet with multiple tabbed worksheets. Currently I'm using the pyexcel library for python, but it's buggy an...
Kerwon asked 31/8, 2015 at 3:18

5

I am getting the error below when running a java file that tries to open an ods file. Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/software/jdk1.6.0_45/jre/lib/i386/xawt...
Blower asked 20/4, 2015 at 7:20

2

Solved

I have an image of a table (in my case .gif) and want to extract the table it was (ideally, .ods). Is there any way to do so? (doing it manually is discarted, since the table has more than 1...
Sporophore asked 19/4, 2017 at 14:15

2

Solved

I have been able to read an Excel cell value with xlrd using column and row numbers as inputs. Now I need to access the same cell values in some spreadsheets that were saved in .ods format. So for...
Kippy asked 29/4, 2010 at 21:3

3

Solved

I'm trying to import data (.ods file) and I know how to import .csv, .xls etc. but I strand all the time. I tried it with the package Gnumeric but R tells me that the required program 'ssconvert' c...
Jewess asked 24/2, 2014 at 13:45
1

© 2022 - 2024 — McMap. All rights reserved.