neoExcel plugin coming soon (Microsoft Excel generator) - Forum

Forum Navigation
You need to log in to create posts and topics.

neoExcel plugin coming soon (Microsoft Excel generator)

neoExcel plugin will allow to generate simple Microsoft Excel documents on the fly quite easily.

Sample App:
https://visualneo.com/tutorials/neoexcel/

More to come :)
Let me know what you think.

Regards.

Vadim, CDY@44 and 4 other users have reacted to this post.
VadimCDY@44emoYASINjavadrajabihakamiroccocogliano

@luishp

Luis, thank you so much for your tireless work! I am generating a file named bmi (without an extension). I put the xls extension in the file and it opened in Excel. The content of the file is on the screenshot. Is it supposed to be like this?

Uploaded files:
  • You need to login to have access to uploads.

@vadim thank you for testing. I've just fixed the file name problem.
Note that you should allow file edition to see the final result (see attached picture).
Thanks again!

Uploaded files:
  • You need to login to have access to uploads.
CDY@44, emo and 2 other users have reacted to this post.
CDY@44emojavadrajabihakamiPhil78

@luishp

Yes, I should have allowed the file to be edited. It's showing great now! Thank you so much for the new features!!!

javadrajabihakami has reacted to this post.
javadrajabihakami
Quote from luishp on January 28, 2022, 3:07 pm

neoExcel plugin will allow to generate simple Microsoft Excel documents on the fly quite easily.

Sample App:
https://visualneo.com/tutorials/neoexcel/

More to come :)
Let me know what you think.

Regards.

Hello and have a good time! Why not merge several cells in a row in different places? Only one integration command works in one line! Why ? Thanks

@javadrajabihakami I don't understand you. Can you elaborate a bit more please? Or attach a sample app so I can better understand the problem.
Thank you!

Quote from luishp on June 4, 2022, 7:40 am

@javadrajabihakami I don't understand you. Can you elaborate a bit more please? Or attach a sample app so I can better understand the problem.
Thank you!

.................ok....................
neoExcelMergeCells "doc1" "sheet1" "B2" "J2"
..........problem.................
neoExcelMergeCells "doc1" "sheet1" "L2" "O2"

Only one merge command works in a row

Uploaded files:
  • You need to login to have access to uploads.

@javadrajabihakami you are right, it seems there is a bug. Unfortunately the problem comes from the original JavaScript library:

https://github.com/jiteshkumawat/oxml.js

There is not much I can do to solve it.
I have opened an issue within the Github page but the library have not been updated for years.
Sorry!

javadrajabihakami has reacted to this post.
javadrajabihakami
Quote from luishp on June 4, 2022, 3:22 pm

@javadrajabihakami you are right, it seems there is a bug. Unfortunately the problem comes from the original JavaScript library:

https://github.com/jiteshkumawat/oxml.js

There is not much I can do to solve it.
I have opened an issue within the Github page but the library have not been updated for years.
Sorry!

Dear friend, thank you for your response! In programming, I have everything we have from you! Thank you very much for being here

luishp has reacted to this post.
luishp

Hello and good morning, how to display the contents of a table in an Excel file! Of course with this plugin

@javadrajabihakami please clarify. What do you mean with "contents of a table"? Note that neoTable plugin already offers an option to download the data as an excel file.

javadrajabihakami has reacted to this post.
javadrajabihakami
Quote from luishp on June 5, 2022, 7:31 pm

@javadrajabihakami please clarify. What do you mean with "contents of a table"? Note that neoTable plugin already offers an option to download the data as an excel file.

Thank you for your response, dear friend! I wanted to do this chorus with this plugin! I succeeded ! Thanks ! I put the table I wanted in the subroutine and using the While command, I came together and gathered the desired columns, but I separated them with (,)! And after the commands, I used the Neo Excel plugin and it worked fine! Thanks
It is a really useful and useful plugin ...

luishp and Vadim have reacted to this post.
luishpVadim