EXCEL (2003+) I/O with recalculation and export to PNG - Uses EXCEL PIA (2003+) to import/export data to and from XLS/XLSX files - Messages
#101 Posted: 9/20/2021 2:18:08 PM
first it is a great surprise is to be able to greet his person.QuoteXLSXupdate.txt (1 KiB) downloaded 25 time(s).
Thank you very much for your time. and by Smath Studio. Thank you very much for what you teach and what you do.
#102 Posted: 9/20/2021 4:14:43 PM
Please try to update the plugin. Your version is from last year and is out of date.
Russia ☭ forever, Viacheslav N. Mezentsev
#103 Posted: 9/20/2021 4:48:37 PM
#104 Posted: 9/20/2021 7:19:45 PM
This problem appears due to the presence of old keys in the registry, which will contain the wrong path to Excel. Try to search in Google for a solution to your problem using the error text from the log file:
Excel HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)
Russia ☭ forever, Viacheslav N. Mezentsev
#105 Posted: 9/21/2021 11:29:09 AM
Ricardo, I updated the plugin and made a Quick Repair in my Office 365, restarted the pc and now it works perfectly.
The issue is some bug in Office register.
Thank you for your compliments, Ricardo! Glad to see my videos are helping!
The issue is some bug in Office register.
Thank you for your compliments, Ricardo! Glad to see my videos are helping!
#106 Posted: 9/21/2021 12:37:50 PM
Thank you very much I have reinstalled office and now it works.
thanks for everyone's help.
A hug from a distance.
to all.
thanks for everyone's help.
A hug from a distance.
to all.
1 users liked this post
João Felipe Seráfico Melo 9/21/2021 2:48:00 PM
#107 Posted: 11/1/2021 8:46:47 AM
Hi! I'm having trouble sending String variables to Excel.
For instance, ". - / ! ? ;" turns into \002E\\0020\\002D\\0020\\002F\\0020\\0021\\0020\\003F\\0020\\003B\ in Excel.
I'm using most recent SMath and Excel I/O versions.
For instance, ". - / ! ? ;" turns into \002E\\0020\\002D\\0020\\002F\\0020\\0021\\0020\\003F\\0020\\003B\ in Excel.
I'm using most recent SMath and Excel I/O versions.
#108 Posted: 11/1/2021 10:05:32 AM
Hello, good morning, could I send a screenshot to see the error that generates a hug from a distance
#109 Posted: 11/10/2021 12:26:03 PM
#111 Posted: 11/11/2021 8:57:18 AM
Thank you very much, fixed with update

#113 Posted: 7/3/2022 5:04:57 AM
Wrote
Plugin updated. ...
- added support for environment variables;
Hi Viacheslav. An example about what does that mean? Thanks.
Best regards.
Alvaro.
#114 Posted: 7/3/2022 6:10:06 AM
4 users liked this post
NDTM Amarasekera 7/3/2022 8:00:00 AM, churichuro 7/3/2022 12:59:00 PM, Alvaro Diaz Falconi 7/3/2022 3:51:00 PM, oscar mauricio 7/7/2022 11:37:00 AM
#115 Posted: 7/7/2022 11:54:58 AM
#116 Posted: 7/8/2022 4:45:19 AM
WroteI found a problem in the excel_In() command. I present it in the image, I hope it can be resolved in future versions.

Plugin updated. Please try.
Changes:
- ToCell(): Globals.Excel.DecimalSeparator replaced by the CultureInfo.GetCultureInfo( "en-EN" ).NumberFormat.NumberDecimalSeparator;
- ToCell(): Double.Parse() fixed;
- part of the book "Excel 2002 VBA Programmer's Reference" added (Chapter 22. International Issues).
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
oscar mauricio 7/8/2022 4:00:00 PM
#117 Posted: 7/8/2022 7:01:35 AM
#118 Posted: 7/9/2022 6:43:56 AM
In a future release I will remove functions from ExcelIOCom to XLSXupdate. One function and one operand will be added.
File not found. File not found.
File not found. File not found.
Russia ☭ forever, Viacheslav N. Mezentsev
2 users liked this post
#120 Posted: 7/12/2022 3:40:45 AM
There are several ways to work with Excel documents. I can add support for ClosedXML and EPPlus. In this case I will rename the plugin to Excel Toolbox. The choice of how to work with Excel can be done using a variable:
excel:="driver:COM" or excel:="driver:EPPlus" or excel:="driver:ClosedXML"
Each of the drivers provides its own capabilities. It is possible to try to implement other features, such as:
- create books, add and delete sheets;
- accessing named ranges;
- ...
I could change the language used in the plugin (VB.NET), but decided to leave it as an example of development in this language. This introduces some problems, but they are solvable.
excel:="driver:COM" or excel:="driver:EPPlus" or excel:="driver:ClosedXML"
Each of the drivers provides its own capabilities. It is possible to try to implement other features, such as:
- create books, add and delete sheets;
- accessing named ranges;
- ...
I could change the language used in the plugin (VB.NET), but decided to leave it as an example of development in this language. This introduces some problems, but they are solvable.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
oscar mauricio 7/15/2022 9:52:00 PM
-
New Posts
-
No New Posts