Plugin asGrid - Forum

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

Plugin asGrid

Plugin for creating various tables. Colored cells, rotating text in cells, colored text, search command, the ability to write the created table in MS Excel
In the archive: a plugin, a file for the translation of lines into English and several examples of constructing different tables.

Download address

Regards Andrei  (as3856)

luishp has reacted to this post.
luishp

Thank you very much:-)

After working with asGrid, I just have to say - PERFECT!

All you need for tables manipulation, CSV, TSV etc...is here, work smooth also with really big files (test file was around 55 MB).

So, once again, thank you very much Andrei, your work is awesome:-)

 

Best regards!

Thank you !!

Thanks for the feedback. There are a few small nuances with the work in the table. For all the questions and examples I will try to answer the codes quickly. I'm glad that you like the plugin. In the future I plan to continue developing - a lot more can be done.
Regards

Andrei (as3856)

Hi Andrei!

Is it possible to add something like "Open file" or "Import file" to display an external formatted file ?

Delimiter control will be nice (pipe, comma, TAB etc..) but it's not a crucial thing:-)

And could you add "Export to HTML" ?

This will be really usefull (at least for me:-)) ) and, I hope, also for other users who's working with CSV/TSV files a lot:-)

 

With best regards and thanks in advanced!

And could you add "Export to HTML" ?

Yes.

Is it possible to add something like "Open file" or "Import file" to display an external formatted file ?

I will do everything I can. Need time.....

Regards

Andrei  (as3856)

 

 

Thank you very much!

I'm not in a hurry, so, take your time :-))))

 

Best regards!

Hello Andrei,

great job as usual!

I've just tried this plugin. The delimiter control would be a useful improvement.

I'm working on a SQLite database application, I get the result of queries in a pipe delimited (column) variable.

Filling up the table with loop command slows down the app (it uses about 2000 rows), but this plugin could be a great possibility to display data.

Thanks in advance!

#JnCon

 The delimiter control would be a useful improvement.

I can add a command - the plugin itself will be divided or connected through a separator (with control of the separator). I will take into account your wishes. The plugin continues to finish ...
Thanks for the feedback, I am glad that it will be necessary and in demand.

Filling up the table with loop command slows down the app (it uses about 2000 rows),

With large amounts of data this always happens. Inside the plugin used other methods of filling (write Excel)

Thanks for the feedback, I'm glad that the plugin will be needed ...

Regards

Andrei  (as3856)

 

#JnCon

The delimiter control would be a useful improvement.

Maybe I misunderstood something, but can't you use the  StrParse  command?