Top "Xlsm" questions

.xlsm is one of the file extensions for files created by Microsoft Excel (Excel 2007 or later).

How to get the value of a cell at a specified position in an excel sheet using JAVA

How to get the value of a specific cell from a .xlsm file using java ..?? I want to fetch the …

java apache excel apache-poi xlsm
How to read and append a .xlsm file in java

I want to read and append a .xlsm file in java. I dont have any idea on how to do …

java file xlsm
how to save a sheet in VBA

I'm building a form that when you fill it up, it should generate 2 files as output. In order to do …

vba excel csv save xlsm
Convert XLSM to XLSX

I'm using the EPPLUS library to read data from Excel to create another file. Unfortunately it does not support the .…

c# openxml xlsx epplus xlsm
How to work with .xlsm via C# .NET?

I have C# app for deleting first few rows from excel and then format file to .csv, but now i …

c# xlsm
Workbook.save - "the following features cannot be saved in macro-free workbooks..."

My sub opens up a .xlsm file in a new Excel instance, makes changes to the file, and saves the …

excel vba save xlsm
Way to convert from .xls to .xlsm via a batch file or vba?

How to I automate the conversion of .xls workbooks to .xlsm?

vba batch-file automation xlsm
Sorry, we couldn't find Test.xlsm. Is it possible it was moved, renamed or deleted?

I am running a macro code from my C# application. I have placed the Test.xlsm file in the project …

c# macros clickonce xlsm
Reading template xlsm and writing large data to existing worksheet using SXSSF (POI)

I am able to read existing xlsm using XSSF and write data into worksheet using SXSSF. Finally output it as …

java excel apache-poi xlsx xlsm
Error while reading an xlsm file using POI Framework in Java

I am not able to read an xlsm file using the POI Framework (HSSF). I am getting the following error …

java excel xlsm