Top "Xls" questions

xls is the file extension for files created using the default format of Microsoft Excel (prior to Excel 2007).

Why showing error message while opening .xls file

In my asp.net, C# application we are generating and downloading .xls file. But when I'm trying to open, it's …

c# asp.net xls xlsx internet-explorer-5
How can i read .xls files (Excel) with PHP?

I need to convert an .xls file to text, i dont need it formatted in any way. The file is …

php excel xls
Reading from src/main/resources gives NullPointerException

In my Maven project, I have a xls file in src/main/resources. When I read it like this: InputStream …

java maven xls
PHP create xls from array

I try to create xls file from array and download it with the browser with this code: $sheet = array( array( …

php phpexcel xls
xlrd original value of the cell

I'm reading xls file using xlrd. The problem is, when xlrd reading value like this "12/09/2012", i get result like this "…

python excel xls xlrd
How can I modify an existing Excel workbook with Perl?

With Spreadsheet::WriteExcel, I can create a new workbook, but what if I want to open an existing book and …

perl spreadsheet xls
Create a password protected Excel file using Apache POI?

I am developing a simple Java program to create an Excel file using (Apache POI) API. I am using Oracle 10…

java excel apache-poi xls
Read only specific sheet

I am trying to read just one sheet from an xls document and I have this: $objPHPExcel = $objReader->load(…

php phpexcel xls
Read integer from numeric cell using Apache POI in java

I have an application which reads xls sheet using apache poi. When the cell has numeric value, i read it …

java apache-poi xls numberformatexception
Apache POI for Excel: Setting the cell type to "text" for an entire column

I need to generate an .xls (Excel) file, using the Java library Apache POI for spreadsheets. The file will contain …

excel xls apache-poi xlsx