xlsm Questions

4

Trying to open xlsm file using python Below is the code : import libraries import openpyxl from openpyxl import load_workbook from openpyxl import Workbook from openpyxl.styles import colors from...
Frankish asked 9/1, 2019 at 9:16

7

I have .xlsm file with a Macro function. I'm loading it using openpyxl and write some data to the file and finally want to save as a different .xlsm file. To save the file as XLSM file I have used...
Oarfish asked 16/7, 2013 at 11:50

7

Solved

What this kind of error? Traceback error C:\Users\DELL\PycharmProjects\MyNew\venv\Scripts\python.exe C:/Users/DELL/PycharmProjects/MyNew/agaaaaain.py Traceback (most recent call last): File "C:...
Predatory asked 14/7, 2019 at 18:57

5

Solved

I'm trying to use openpyxl for the first time on a very heavy file, that happens to be over 20 500 Ko, has a lot of formatting and a VBA macro. My code keeps returning the following error: File &qu...
Raposa asked 5/3, 2021 at 21:25

12

Solved

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 "A...
Blob asked 19/4, 2011 at 16:32

3

Solved

I have a *.xlsm file which has 20 sheets in it. I want to save few sheets as *.csv (formatting loss is fine) individually. Already tried xlrd-xlwt and win32com libraries but could not get through....
Cotsen asked 9/5, 2014 at 0:21

3

Solved

I'm using the EPPLUS library to read data from Excel to create another file. Unfortunately it does not support the .XLSM extension file. Is there a nice way to convert .XLSM files to .XLSX file for...
Impuissant asked 24/6, 2012 at 6:6

2

Solved

I have a large collection of excel files that work almost like a program, and they run on multiple computers (with different versions of windows), and as of latelly I have this bad problem, when th...
Firebug asked 10/11, 2016 at 9:29

3

Solved

I am trying to read a range into a data.frame from a xlsm workbook. Can I do this with the xlsx package in R? If not, does anyone know of a way to do it? Thank you!
Namedropping asked 26/6, 2012 at 20:25

3

Solved

I am using python 3.8.1 on a mac and am trying to create a .xlsm file from scratch. I have looked at openpyxl and xlsxwriter, both of them are able to create .xlsx files from scratch and both can e...
Panslavism asked 3/1, 2020 at 20:58

1

I have a xlsm file with few data already in it and need to write some data and create a new xlsm file during automation. With below code the file gets created , but it becomes corrupt and unable to...
Tideway asked 18/10, 2018 at 23:9

3

Solved

I'm trying to use pandas to parse an .xlsm document. My code worked perfectly with the example file I was given, but once I got the rest of the documents, it failed with the above error. Here's the...
Teamwork asked 12/6, 2017 at 14:2

4

Running in Node.js, I need to be able to parse cell value's from Excel .xls,.xlsx, and .xlsm. Are there solutions available? I doubt there's a single module out there that will do the trick,...
Evaginate asked 16/7, 2013 at 20:51

5

Solved

Since Excel 2007, Microsoft has split the classical .xls format to several formats (in particular, .xlsx, .xlsm, .xlsb). I've got no problem to understand the use and purpose of .xlsx format but I ...
Layman asked 19/10, 2011 at 12:55

1

Solved

I am trying to import data in an .xlsm file as a data frame. When I import the .xlsm file using the command below, it gives me an empty data frames as the result: exp = pd.read_excel(File_Path+'fi...
Overlarge asked 2/9, 2016 at 12:13

1

i've prepared one excel file with Visual Basic code. It was saved with .xlsm extension. And now the excel icon is appeared with exclamation mark that is irritative. Can I remove that exclamation ma...
Addendum asked 30/10, 2015 at 3:43

2

Solved

How do I suppress the dialog that says "Visual Basic macros will be removed if you save the file in this format. Are you sure you want to use this format?" (see picture below). Essentiall...
Cadmar asked 11/10, 2013 at 22:15

3

Solved

First of all, I'm a complete newbie when it comes to VBA, but unfortunately I was dumped this code and I have to deal with it... What the application does is copy the information inside an Excel x...
Mirandamire asked 17/12, 2012 at 18:13

2

Solved

I have written java file for writing xlsm(Excel 2007). Using Apache POI Library, Writing xlsx file is success. And Writing xlsm file is success. But I can't open the xlsm file because of error whe...
Alexisaley asked 21/8, 2013 at 6:20

2

How to get the value of a specific cell from a .xlsm file using java ..?? I want to fetch the cell value by specifying the particular row and column for example i need the cell value at row 1 and c...
Tara asked 27/12, 2012 at 10:22
1

© 2022 - 2025 — McMap. All rights reserved.