excel tag

82 questions


2 answers
165 views
0
Is there a way to derive the result by loading Excel files in different paths using pyinstaller?

# read filefilename = rC:\Users\File 1.xlsxbook = openpyxl.load_workbook(filename)# sheet extractionsheet = book.worksheets[0]# convert read file listdata = []for row in sheet.rows: data.append([ row...


1 answers
91 views
0
Want to know how to insert Excel data into SQLite in VBA

Currently, SQLite is used to create systems to compare Config and Excel parameter sheets.I would like to create a VBA that writes Excel data to SQLite.Currently, we have completed creating the table.C...

2 years ago

1 answers
42 views
0
Open byte array Excel

I would like to read the Excel file stored in DB into the byte array and open Excel. Please let me know if you know how.What is the assumed code deployed in the byte array?

2 years ago

1 answers
56 views
0
Outlook Mail Delivery Fails in Excel VBA in Office 365 OPP (64bit) Environment.

Please help me with the title.The following code, which worked properly in a 32-bit environment, will fail in a new environment:Reference settings have been checked for Microsoft Office 16.0 Object Li...

2 years ago

1 answers
45 views
0
Wildcard a file in a folder and get the update date and time

Thank you for your help.In the EXCEL VBA, file in a folder (C:\TEST\test1234.txt) in an if statement.If wildcarding (test*.*) equals, update the date and time of the file I would like to implement the...

2 years ago

1 answers
44 views
0
If you do not press Cancel in the dialog that appears when the macro is executed, the process will not proceed.

This is a question about Excel VBA.When you run the macro you created, the Downloading and Saving dialogs appear, and you must press the Cancel button to proceed.(See attached image) I would like to k...

2 years ago

1 answers
42 views
0
Is it possible to output Yaml from Excel table using VBA?

That's right.I could find an article converting Excel tables to JSON, but I couldn't find any information converting them to Yaml.If anyone knows, please let me know.

2 years ago

1 answers
44 views
0
The display ratio of the image inserted into Excel in the C#eplus library is broken, so I want to fix it.

C# provides a template (.xlsx) on the server side and from the client (html)We are creating a program to display the download dialog with the values requested in post.I'm using epplus 4.1.0 for my lib...

2 years ago

1 answers
81 views
0
Understanding Excel File Operations in VB.NET Programs

I'm running a VB.NET program on my PC and importing Excel files.The program, which takes about 40 minutes until the middle of November, will take about 3 hours.The Excel file to be imported is edited ...

2 years ago

2 answers
46 views
0
To convert files in rows into columns in Python or Excel

There are files in Python or Excel with rows.For example:Name Kim Jun Name Reason Name of Kim Pie Gender male Gender Men File recorded as above Name: Kim Jun Yiyu Kim Pie sex a person a man.Is there a...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.