New Excel plugin available for 64-bit TC

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

As for RedDetect, there are now included config file, where you can set location of files.
User avatar
petermad
Power Member
Power Member
Posts: 16027
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Something else I noticed is that RedCell.ini is always put into TC main folder. Would it be possible to leave it in its own folder (like TC8\Plugins\wlx\redcell\redcell.ini)?
Just what I also asked for here: http://ghisler.ch/board/viewtopic.php?p=262062#262062 - so I fully support tis suggestion.
Yes, I's possible. But plugin uses variable, that gives TC. Using plugin directory can make error, when plugin directory isn't writable.
If Redcell only uses redcell.ini from own folder, if it is already present (because the user put it there), then there should not be any problems with write permissions.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

Now RedCell and RedDoc supports file location options.
User avatar
petermad
Power Member
Power Member
Posts: 16027
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Thanks :-)
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
EricB
Senior Member
Senior Member
Posts: 357
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Same here: THX!
I see that RedDetect still has WFX_PCIDetect.wfx inside. Are you going to change filenames?

Regards, EricB
User avatar
frenky
Senior Member
Senior Member
Posts: 250
Joined: 2005-07-30, 19:36 UTC

Post by *frenky »

Hi,
useful plugin, may I suggest one change:

Instead of:

Code: Select all

detect="EXT="XLS" | EXT="XLSX""
consider using:

Code: Select all

detect="EXT="XLS" | EXT="XLSX" | EXT="XLSM""
Ambiguity succeeds where honesty dares not venture.
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

EricB wrote:Same here: THX!
I see that RedDetect still has WFX_PCIDetect.wfx inside. Are you going to change filenames?

Regards, EricB
It is possible, old file and directory names are preserved for compatibility of update when migrate to new release.
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

frenky wrote: consider using:

Code: Select all

detect="EXT="XLS" | EXT="XLSX" | EXT="XLSM""
Oh, I forgot
User avatar
EricB
Senior Member
Senior Member
Posts: 357
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

Alexander,

Whenever I update plugin RedCell (or RedDoc/RedHTML/RedDetect) the existing config.ini in plugin folder is overwritten by the default config.ini from the new archive. Is there any way to prevent this (other than by making the existing config.ini read-only)?

Regards, EricB
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

EricB wrote: Is there any way to prevent this (other than by making the existing config.ini read-only)?
I think, no. This file is needed for new users, but when update, TC unpacks all files in archive. Maybe NTFS rights or file attrs can help. Other way, i think, if plugin package includes config.sample file instead of ini. But then I have to explain it to the uses..
User avatar
EricB
Senior Member
Senior Member
Posts: 357
Joined: 2008-03-25, 22:21 UTC
Location: The Netherlands

Post by *EricB »

alexanderwdark wrote: I think, no. This file is needed for new users, but when update, TC unpacks all files in archive. Maybe NTFS rights or file attrs can help. Other way, i think, if plugin package includes config.sample file instead of ini. But then I have to explain it to the uses..
I tested by making config.ini read-only and this works, but it is less than ideal. The idea of providing a config.ini.sample in the archive is good, it will never overwrite existing config.ini. The comment inside the sample ini is self-explanatory, and a remark in the readme should be enough for users to know what to do with this sample ini.

Regards, EricB
burekbrigada
Junior Member
Junior Member
Posts: 13
Joined: 2003-11-13, 23:51 UTC
Location: Serbia

Post by *burekbrigada »

alexanderwdark wrote:
frenky wrote: consider using:

Code: Select all

detect="EXT="XLS" | EXT="XLSX" | EXT="XLSM""
Oh, I forgot
Still nothing (22.03.2013).
I add it manually and it works. Still will be fine if plugin add detect string itself.
BTW, any chance to add 2007+ formats to RedDoc?
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

Any chance to add 2007+ formats to RedDoc?
It's binary parser, based on compound storage analyze. New docx is too different, and docx viewers already exists (based on xml + transforms).
burekbrigada
Junior Member
Junior Member
Posts: 13
Joined: 2003-11-13, 23:51 UTC
Location: Serbia

Post by *burekbrigada »

alexanderwdark wrote:
Any chance to add 2007+ formats to RedDoc?
It's binary parser, based on compound storage analyze. New docx is too different, and docx viewers already exists (based on xml + transforms).
I understand, I make for living writing VBA for Office, I only hoped that used library have support for newer formats , just like your Excel plugin have.

I'm still in search for good lightweight plugin for docx :(
User avatar
alexanderwdark
Senior Member
Senior Member
Posts: 270
Joined: 2008-04-14, 07:20 UTC
Location: Russia
Contact:

Post by *alexanderwdark »

No, my reddoc uses no library - it's direct parser, as in my wordarc wcx plugin. So add new format support - very hard work :)
Post Reply