Top "Xlsx" questions

xlsx is the file extension for files created using the default format of Microsoft Excel 2007 or higher.

Suppress dialog when using VBA to save a macro containing Excel file (.xlsm) as a non macro containing file (.xlsx)

How do I suppress the dialog that says "Visual Basic macros will be removed if you save the file in …

macos vba xlsx xlsm
Unreadable content in Excel file generated with EPPlus

I'm having a little problem when I generate an Excel file from a template, using the EPPlus library. The file …

c# .net excel xlsx epplus
Python - Converting XLSX to PDF

I have always used win32com module in my development server to easily convert from xlsx to pdf: o = win32…

python django pdf xlsx win32com
Reading data from xlsx with Apache POI's SXSSFSheet

I want to read data ( cell values ) from a certain xlsx file using apachi poi. The code below creates the …

java apache apache-poi xlsx
Read excel xlsx file using simplexlsx in php

I am using simplexlsx.class.php to read xlsx file type. It's giving problems when the file contain date field …

php xlsx
How to set JAVA_HOME and PATH in Windows 10 when loading rJava into R

When loading rJava I get the following error message: Error in get(Info[i, 1], envir = env) : lazy-load database 'C:/Users/…

java r windows xlsx rjava
Lightweight Excel(xls/xlsx) php library needed

Possible Duplicate: Alternative for PHP_excel A friend would like to use a Php Excel library to read/write files …

php excel xls xlsx
Issues using xlsx package to insert data from R to excel

I´m trying to create a new excel workbook from R to save a few small datasets using xlsx package. …

r excel xlsx rjava
C# OPENXML XLSX Custom Column width

C# newbie here! I need to create a small console application to convert CSV files into XLSX files. I have …

c# openxml xlsx
Is there any .NET Core compatible library for reading excel spreadsheet file?

I need to parse xlsx file on Linux from .NET Core Console application. However, I couldn't find any library for …

c# linux excel xlsx .net-core