Tagged Questions
xlsx is the file extension for files created using the default format of Microsoft Excel 2007 or higher.
8
votes
4answers
2k views
Is there a library or example for creating Excel (.xlsx) files?
I'm writing a Cocoa application and I'm trying to export to the Excel XML format (ISO/IEC 29500-1) which is basically a zip file with a bunch of xml files in it named with a .xlsx extension.
I've ...
7
votes
3answers
3k views
Processing large xlsx file in Java
I need to auto-fit all rows in large (30k+ rows) xlsx file.
The following code via apache poi works on small files, but goes out with OutOfMemoryError on large ones:
Workbook workbook = ...
7
votes
5answers
4k views
Reading xlsx files using Python
I read last year that xlrd was being updated to be able to read xlsx files (Excel 2007, 2010). Is there any news on this development, or the use of other Python utilities?
Thanks,
Kevin
6
votes
1answer
158 views
docx file corruption using byte stream and Dropbox API
We have a web app that allows users to upload files to their Dropbox account. This web app uses the Dropbox API to facilitate the upload process. After upload, when a user tries to view file type ...
6
votes
2answers
7k views
PHP Read xlsx Excel 2007 file
I am using oleread to read uploaded xls file. But I am not able to read xlsx files saved in excel-2007 format. can someone help me on how to read xlsx file in PHP.
6
votes
5answers
3k views
Parsing an Excel file in C#, the cells seem to get cut off at 255 characters… how do I stop that?
I am parsing through an uploaded excel files (xlsx) in asp.net with c#. I am using the following code (simplified):
string connString = string.Format("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" ...
5
votes
1answer
342 views
openpyxl cell style not reporting correctly
Using the python library openpyxl I am reading an XLSX file created in excel 2007. it is empty apart from cell A1 which is coloured yellow and has the value "test" written in it. I can easily retrieve ...
4
votes
4answers
532 views
Importing .xlsx file into R
Please can someone help me on the best way to import an excel 2007 (.xlsx) file into R. I have tried several methods and none seems to work. I have upgraded to 2.13.1, windows XP, xlsx 0.3.0, I don't ...
3
votes
3answers
176 views
Exporting to Excel .xlsx from a Python Pyramid project
I know about the XLWT library, which I've used before on a Django project. XLWT is very neat but as far as I know, it doesn't support .xlsx which is the biggest obstacle in my case. I'm probably going ...
3
votes
2answers
387 views
How to load data from an xlsx file using python
this is my xlsx file :
and i want to get change this data to a dict like this :
{
0:{
'a':1,
'b':100,
'c':2,
'd':10
},
1:{
'a':8,
'b':480,
...
3
votes
1answer
195 views
What's the difference between <c t=“str”> and <c><is> in Office Open XML?
What's the difference between these two Office Open XML fragments?
<c r="A2" t="str">
<v>btyler</v>
</c>
and
<c r="B2">
...
2
votes
2answers
60 views
How to convert excel files (xslx files) to pdf in the sharepoint web part?
I am developing sharepoint web part. I have customized sharepoint server ribbon. Sharepoint server ribbon now includes one button. On clciking on this button I am downloading the xlsx files in ...
2
votes
2answers
56 views
Parsing large xlsx file, Date format case
Because xlsx file may contain million rows, I decided to use poi event model, took example from here(ExampleEventUserModel), but found some problem parsing Date format cells.
For example I have in ...
2
votes
1answer
71 views
R read.xlsx gives me java.io.FileNotFoundException
I am trying to use the R package xlsx to load a file available at this URL:
http://www.plosgenetics.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pgen.1002236.s019
...
2
votes
1answer
143 views
Setting styles in Openpyxl
I need advice on setting styles in Openpyxl.
I see that the NumberFormat of a cell can be set, but I also require setting of font colors and attributes (bold etc). There is a style.py class but it ...
2
votes
2answers
88 views
Write a list of named data.frames to an xlsx file
I trying to use the xlsx package to save a list of named dataframes to an xlsx file. The data frames in the list are all named, but it would be nice if it worked on unnamed elements of the list as ...
2
votes
1answer
151 views
Filepath to xml within xlsx in c#
I'm doing an xslt transform of the xml within an excel file using Saxon where the transform is being done on the .rels xml file within the xlsx file. I currently have a workaround in place where I ...
2
votes
1answer
193 views
Reading .xlsx format in python
I've got to read .xlsx file every 10min in python.
What is the most efficient way to do this?
I've tried using xlrd, but it doesn't read .xlsx - according to documentation he does, but I can't do this ...
2
votes
1answer
430 views
Rails: export to .xlsx (Office 2007) spreadsheet
Took over an existing Rails 2.3.x app. Need to export some data to xlsx format(Excel 2007).
Unfortunately I cant use plain XLS format as it has a limit of 256 columns per sheet. The data the app ...
2
votes
1answer
398 views
changing location of temp files created using Apache POI
I am stuck with an issue with reading .xlsx file. Some temporary files with random name are created under /tmp/poifiles directory whenever I use WorkbookFactory.create(inputStream);. This directory is ...
2
votes
2answers
1k views
Convert xlsx file to csv using batch
How to convert the xlsx file to csv file in the batch script. I want to use the data from the xlsx file to create the list of sub-directories.
2
votes
2answers
653 views
Determining if an xlsx cell is date formatted for Excel 2007 spreadsheets
I'm working with some code that reads data from xlsx files by parsing the xml. It is all pretty straightforward, with the exception of date cell.
Dates are stored as integers and have an "s" ...
2
votes
3answers
631 views
Which gem support Import/Export to xlsx file in ruby
I need to read and write to Excelx file with ruby code,
Tried with spreadsheet it does not support xlsx format,
Roo is also to read the file and not write to xlsx.
Is there any gem/plugin which will ...
2
votes
5answers
6k views
Convert .csv to .xls in Java
Does anyone here know of any quick, clean way to convert csv files to xls or xlsx files in java?
I have something to manage csv files already in place and I need the extra compatibility for other ...
2
votes
1answer
755 views
Read Excel 2007 file (.xlsx) in C#
My code was quite sufficient for reading xls file in C# (using Microsoft.Jet.Oledb.4.0) but when I tried to read Office 2007 (xlsx) file, it didn't work. I searched and found that it could be read ...
2
votes
2answers
4k views
How to extract plain text from a DOCX file using the new OOXML support in Apache POI 3.5?
On September 28, 2009 the Apache POI project released version 3.5 which officially supports the OOXML formats introduced in Office 2007, like DOCX and XLSX.
Please provide a code sample for ...
1
vote
1answer
38 views
Adding text to a cell in an xlsx OOXML file?
I've been looking at some of the xml files excel generates and have found to define the contents of a cell it does something like this:
<c r="ABC" t="s">
<t>1</t>
</c>
Where ...
1
vote
1answer
77 views
Microsoft DOCX, XLSX and PPTX Archive
I'm building an application that needs to programmatically extract all embedded files, images and text from DOCX, XLSX and PPTX files. As I look into DOCX files, I see that they are just zip ...
1
vote
1answer
78 views
output in xlsx file in c++
I need to write output of a c++ project in .xlsx file. such that for if i write
cout<<"value="<<variable_value
them it print "value=" and "value of variable" in two column. for this ...
1
vote
1answer
59 views
using xlsx package in R to adjust page setting in xlsx file
I am trying to change the page setting of a xlsx file so that it will be print as landscape, but not portrait, I tried the following:
wb <- createWorkbook()
sheet <- createSheet(wb, "Sheet1")
...
1
vote
1answer
143 views
OOXML - Spreadsheet (.XLSX) created with Ruby won't recalc
I am building a ruby class/component to use in my Rails projects for creating reports/exports based on Excel .xlsx files. With the component, I can open a "template" .xlsx file, add data in rows to a ...
1
vote
1answer
192 views
Write a file in xlsx format using Apache POI
I am getting the following exception while trying to write an .xlsx file using Apache POI
NoClassDefFoundError: javax/xml/stream/XMLStreamException
Here's the Code Snippet:-
XSSFWorkbook wb = new ...
1
vote
1answer
409 views
JasperReports export to xlsx, not xls
I can't find how to export a file in .xlsx in JasperReports 4.1.1.
The class:
JRXlsExporter
has not a Xlsx equivalent. And i can't find a parameter to set the output format from xls to xlsx.
1
vote
2answers
143 views
POI Creates XLSX files incompletely or wrongly(the dimension tag in the XLSX XML reads only A1 after creation instead of A1:500Z)
I write XLSX files through the apache POI library..(I have tried it by using POI 3.8 beta1 to beta 4). When i try to open the XLSX files through Excel 2007 it gives me an error that the sheet has ...
1
vote
2answers
105 views
XLS markup to XLSX conversion
I have recently inherited some C# code that creates XLS files manually using XML and XSLT. I need to update the code to write XLSX files instead of XLS files (in order to take advantage of the ...
1
vote
3answers
166 views
how to access cell values faster with openpyxl?
for rownum in range(0, len(self.sheet.rows) ):
for cell in self.sheet.rows[rownum]:
print cell.value
I want to access all cell values in a sheet row by row with openpyxl. Above code works ...
1
vote
2answers
397 views
How to convert XLSX to XLS without Office? [closed]
Possible Duplicate:
Create Excel (.XLS and .XLSX) file from C#
I have XLSX files on client's PCs.
They want to convert this XLSX files to XLS. How to do that in C#, without Office on PC ?
1
vote
1answer
501 views
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 a list of phone numbers in column A, formatted as "0221...." or "+49221..." - so ...
1
vote
0answers
632 views
Read Data from XLSX in c#
I am new to c# and am trying to read an XLSX file in c# with the following code:
string Connection = "Provider=Microsoft.ACE.OLEDB.12.0;DataSource=c:\\Temp\\source.xlsx;Extended ...
1
vote
1answer
86 views
Inconsistent visualization of numerical values in Excel 2007 vs the underlying xml file
I am attempting to read an Excel 2007 file (xlsx) from outside of Excel and I am finding an inconsistency that I cannot explain.
If you enter the value of 19.99 into a cell and then look at the ...
1
vote
1answer
466 views
How to get the max no. of columns filled in an XLSX file using POI?
I know we can get the max number of columns by iterating over all the rows and calling getLastCellNumber on each row object.. but this approach requires iterating over all the rows which I want to ...
1
vote
2answers
285 views
VBA User Defined Functions NOT recalculating
I recently took a large, stable XLSM file, and split it apart into an XLAM and XLSX. Thousands of cells in the XLSX call (udfs) functions in the XLAM, and each such udf begins with the statement ...
1
vote
2answers
347 views
Please suggest a .NET 2.0 based OpenXML library
I know that Microsoft's OpenXML SDK is for .NET 3.5. I am looking for a .NET 2.0 library that could manage xlsx, docx formats. And can change the office format properties.
1
vote
2answers
580 views
.xlsx to xml conversion in Perl
I am trying to convert a .xlsx file into .xml file. The first row(heading) of .xlsx file would become tags of xml file.
I have written below code which is working fine-
open(XML, ">temp.csv") or ...
1
vote
1answer
188 views
Does anyone know of a 'LINQ to XLSX' provider?
Does anyone know of a 'LINQ to XLSX' provider?
We're considering the purchase of a third party solution for reading xlsx files (GemBox, GrapeCity, SpreadsheetGear, etc.) OR doing something from ...
1
vote
2answers
803 views
How can I read .xlsx and .xls files in Java?
hi
i want to read xlsx file or xls file what ever it is. can XSSF support xls file ? or do i need to write the separate code for both kind of files ?
1
vote
2answers
505 views
Convert from Excel xls to xlsx in ruby
Is there any gem/plugin/code snippet which will Convert from Excel xls to xlsx using ruby
1
vote
2answers
2k views
i need perfect xlsx as well as xls reader script in php
I am using PHPExcelReader to read uploaded xls file. But I am not able to read xlsx files saved in excel-2007 format. can someone help me on how to read xlsx file in PHP.
i have also ...
1
vote
0answers
334 views
how to convert/import/create a CSV file to excel (xlsx) using C# forms
I am trying to convert CSV file to MS Excel file.
one of the issue, is that my CSV file , which I am getting from client, is not well formed. I tried to parse it with different approach but none of ...
1
vote
1answer
176 views
Serialize Deserialize to/from xlsx
Given the following assemblage of classes (contrived):
public class School {
[PrimaryKey]
public string Name {get; set;}
[Set]
public IList<Teacher> Teachers {get; set;}
public class ...