Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
79 views

Table exported in XLS format doesn't show anything in Libre-Calc

A web application exports some tabular data in XLS format. The XLS file shows the content alright when opened in MS-Office but shows blank sheet when opened in Libre-Calc. My versions: Ubuntu 11.10 ...
1
vote
1answer
76 views

Batch XLS to CSV Converter

Using Windows, I need a script to convert all the (xls) files of a directory to csv.
0
votes
0answers
46 views

Excel spreadsheet always opens zoomed out in LibreOffice

If I open an Excel spreadsheet with LibreOffice, it opens zoomed out in the upper left corner of the work area. I always have to zoom in to read it using Ctrl and rolling the middle mouse button. Is ...
2
votes
2answers
328 views

unable to open excel sheet in linux

I am not able to open excel file which is generated from java web application in Linux. The file is opening in Windows but not in Linux. I am not using Open Office. I have two different applications ...
1
vote
2answers
940 views

Color drop down in Excel cell (with no text)? e.g. bgcolor = Red-Green-Amber-unknown

I have an Excel sheet that I'm using to keep track of the status of certain things. I want to have a column which consists of cells containing a repeated drop down that allows you to select (as ...
1
vote
1answer
231 views

Dutch Excel displaying dates in different formats even though they are in the same format in the file - is there a way to ensure consistency?

We create files with dates in them in the form dd/mmm/yyyy. These spreadsheet files are in html format with extension .xls (Further info: created via HttpContext.Current.Response.ContentType = ...
3
votes
7answers
811 views

How do I convert .txt into .xls?

I have a .txt file which holds some links for a website. It's about 560 links. I'm trying to convert my .txt file into an Excel file with a column name. If you have suggestions please reply.
2
votes
6answers
3k views

Difference between CSV and XLS files?

What are CSV and XLS(Microsoft or OpenOffice) files ? What is the main difference between these two files ?
4
votes
4answers
855 views

Can I make Windows to open Excel XML files with Excel without opening Explorer?

I want to be able to open Excel XML files in Excel but without assigning XML directly to Excel. There are lots of XML files that are not Excel files and I don't want to open all of them in Excel. The ...
2
votes
1answer
578 views

Convert Microsoft Works database files to something that can be read in Excel

I have many .wdb files created with Microsoft Works. I need to open them but I don't have Microsoft Works. Can anyone recommend a utility, converter or procedure to open the files in Excel?
0
votes
1answer
999 views

Possible to attach XLS inside DOC file?

Not sure if this is possible in a .DOC (I hope it is). I have seen this done it .PPTs I would like to include reference .XLS documents inside one .DOC file, doing an INSERT > FILE only inserts ...
3
votes
2answers
2k views

Convert XLS to CSV in Unix

Is there an easy to compile plain C XLS (Excel sheet(s)) to CSV (or other text delimited format) converter for Linux or the BSDs that doesn't rely on Perl and installing a bunch of module perl modules ...