Page 1 of 2

Excel Plugin

Posted: Mon Sep 16, 2013 5:45 am
by pairs
Image

Project File
Excel.rar
(136.96 KiB) Downloaded 795 times
AMS Project File
Excell.rar
(227.73 KiB) Downloaded 760 times

Re: Excel Plugin

Posted: Mon Sep 16, 2013 7:42 pm
by abood1987
Image

Re: Excel Plugin

Posted: Mon Sep 16, 2013 8:37 pm
by pairs
LuaCOM plugin plug-ins have chosen. LuaCOM plugin will need to select a fix in the next version.

Re: Excel Plugin

Posted: Thu Sep 19, 2013 6:59 pm
by BadKaiPanda
Maybe you should of made that clear at the start, a plugin that needs a plugin is not really a good start, try and build the luaCOM in to the plugin, there is LUA modules for it.

Re: Excel Plugin

Posted: Thu Sep 19, 2013 9:50 pm
by RizlaUK
include LuaCOM as a resource and load from plugin directory ;)

Re: Excel Plugin

Posted: Fri Sep 20, 2013 5:43 am
by pairs
Plugin has been updated. There is no need to choose LuaCOM plugin.

Re: Excel Plugin

Posted: Fri Sep 20, 2013 9:57 am
by abood1987
pairs wrote:Plugin has been updated. There is no need to choose LuaCOM plugin.

Image

Re: Excel Plugin

Posted: Fri Sep 20, 2013 11:27 am
by pairs
I tested it on another computer do not have any problem with the plugin. Plugin will not be part of the problem is selected to excel.

Re: Excel Plugin

Posted: Fri Sep 20, 2013 7:24 pm
by Serkan
looks like that is not a LuaCom error

Code: Select all

luacom.CreateObject()
if there was a problem with the luacom then ,error message should say , luacom is nil
but it says exel is nil , so an exel installation is required to run this plugin


@pairs
add some error handling code to your plugin

Code: Select all

if(exel==nil) then
 --error
end
you would better return an error value to the called action

and add a note to plugin descripton to indicate that this plugin requires Exel installation

Re: Excel Plugin

Posted: Fri Sep 20, 2013 7:53 pm
by abood1987
Serkan wrote:@pairs

and add a note to plugin descripton to indicate that this plugin requires Exel installation

+1