From sgougeon at free.fr Sun Aug 4 11:02:56 2019 From: sgougeon at free.fr (Samuel Gougeon) Date: Sun, 4 Aug 2019 11:02:56 +0200 Subject: [Scilab-Dev] jimport error on calling environment: blocking scope issue In-Reply-To: <79e8fb6e-12db-d454-cc03-8d8910b85bf5@free.fr> References: <79e8fb6e-12db-d454-cc03-8d8910b85bf5@free.fr> Message-ID: <5ae8c68e-8c1b-b91f-5e61-2e50aa913777@free.fr> Le 21/07/2019 ? 22:27, Samuel Gougeon a ?crit?: > > Hello, > > I am facing some very? serious issue. It is so trivial and surprising > that i am wondering if this blocking behavior is intentional, and if > yes why and how to by-pass it if possible: > > --> clear File, clearglobal File > --> function test(), jimport java.io.File, disp(File), endfunction > --> test() // OK > class java.io.File > --> File > Undefined variable: File // So the File class is local. It is not > returned to the caller, from the Scilab point of view. > --> File = 1; > --> test() > at line???? 1 of function test > jimport: An error occurred: A variable with this name is already existing This is now reported as the blocking bug 16165 . -------------- next part -------------- An HTML attachment was scrubbed... URL: From grocer.toolbox at gmail.com Sun Aug 25 17:05:14 2019 From: grocer.toolbox at gmail.com (=?UTF-8?B?w4lyaWMgRHVib2lz?=) Date: Sun, 25 Aug 2019 17:05:14 +0200 Subject: [Scilab-Dev] readxlsx Message-ID: Hello Is there a plan to update readxls to a readxlsx programm that coulb bne suitabel to the (not so) recent xlsx format? Rega Garanti sans virus. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -------------- next part -------------- An HTML attachment was scrubbed... URL: From grocer.toolbox at gmail.com Sun Aug 25 17:06:28 2019 From: grocer.toolbox at gmail.com (=?UTF-8?B?w4lyaWMgRHVib2lz?=) Date: Sun, 25 Aug 2019 17:06:28 +0200 Subject: [Scilab-Dev] readxlsx In-Reply-To: References: Message-ID: Regards! (I have accidently sent the mail before completion) ?ric Garanti sans virus. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> Le dim. 25 ao?t 2019 ? 17:05, ?ric Dubois a ?crit : > Hello > > Is there a plan to update readxls to a readxlsx programm that coulb bne > suitabel to the (not so) recent xlsx format? > > Rega > > > > Garanti > sans virus. www.avast.com > > <#m_-2730689609009783085_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.mottelet at utc.fr Tue Aug 27 11:20:55 2019 From: stephane.mottelet at utc.fr (=?UTF-8?Q?St=c3=a9phane_Mottelet?=) Date: Tue, 27 Aug 2019 11:20:55 +0200 Subject: [Scilab-Dev] readxlsx In-Reply-To: References: Message-ID: <7ddabf02-ac07-2dc6-d77a-bc2c68711b14@utc.fr> There is this first attempt: https://codereview.scilab.org/#/c/20683/ S. Le 25/08/2019 ? 17:05, ?ric Dubois a ?crit?: > Hello > > Is there a plan to update readxls to a readxlsx programm that coulb > bne suitabel to the (not so) recent xlsx format? > > Rega > > > > Garanti sans virus. www.avast.com > > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/dev -- St?phane Mottelet Ing?nieur de recherche EA 4297 Transformations Int?gr?es de la Mati?re Renouvelable D?partement G?nie des Proc?d?s Industriels Sorbonne Universit?s - Universit? de Technologie de Compi?gne CS 60319, 60203 Compi?gne cedex Tel : +33(0)344234688 http://www.utc.fr/~mottelet -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephane.mottelet at utc.fr Tue Aug 27 21:35:41 2019 From: stephane.mottelet at utc.fr (=?utf-8?Q?St=C3=A9phane_Mottelet?=) Date: Tue, 27 Aug 2019 21:35:41 +0200 Subject: [Scilab-Dev] readxlsx In-Reply-To: References: Message-ID: Hello, Here is a first attempt : https://codereview.scilab.org/#/c/20683/ S. > Le 25 ao?t 2019 ? 17:05, ?ric Dubois a ?crit : > > Hello > > Is there a plan to update readxls to a readxlsx programm that coulb bne suitabel to the (not so) recent xlsx format? > > Rega > > > Garanti sans virus. www.avast.com > _______________________________________________ > dev mailing list > dev at lists.scilab.org > https://antispam.utc.fr/proxy/1/c3RlcGhhbmUubW90dGVsZXRAdXRjLmZy/lists.scilab.org/mailman/listinfo/dev -------------- next part -------------- An HTML attachment was scrubbed... URL: