Jxls Simple Collection Problem Programming Software Development by CoilFyzx Hello I am using jxls quite fine. I'm sort of on my last lap … problem with downloading excel template Programming Software Development by palavi ….HSSFWorkbook.<init>(HSSFWorkbook.java:130) at net.sf.jxls.transformer.XLSTransformer.transformXLS(XLSTransformer.java:221) at net.sf….jxls.transformer.XLSTransformer.transformXLS(XLSTransformer.java:201) at com.cypress.webapps.… Re: problem with downloading excel template Programming Software Development by manoshailu ….HSSFWorkbook.<init>(HSSFWorkbook.java:130) at net.sf.jxls.transformer.XLSTransformer.transformXLS(XLSTransformer.java:221) at net.sf….jxls.transformer.XLSTransformer.transformXLS(XLSTransformer.java:201) at com.cypress.webapps.… Re: Jxls Simple Collection Problem Programming Software Development by CoilFyzx I just want to know how to nest multiple collections please.... D: Re: problem with downloading excel template Programming Software Development by palavi Hi Shilaja, Thank you very much for replying.. I am not getting what VB code have to change for downloading.i m downloading a template theres some vb error . im not getting what to do. if i remove few sheet will work. i am completely new to VB. I am not getting how to debug also..plzz help me :( . mine uploading code is same as downloading … Re: problem with downloading excel template Programming Software Development by palavi [CODE]Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean) Call saveOldValues End Sub Private Sub Workbook_Open() ''Copying Components Amonunt and Cost Dim sh As Worksheet For Each sh In Worksheets If sh.name = "fromjXLS" Then… Re: problem with downloading excel template Programming Software Development by palavi people who worked on VBA downloading template plzz help me i checked in google but they didnt mention any code on VB.. Re: problem with downloading excel template Programming Software Development by manoshailu hi, Can you send me the excel file which you are trying to do something. Shailaja [QUOTE=palavi;937896]people who worked on VBA downloading template plzz help me i checked in google but they didnt mention any code on VB..[/QUOTE] Re: problem with downloading excel template Programming Software Development by palavi Hi Shailaja, Its not uploading .xls files.. in downloading template i have typed cell names ${customer_name} everywhere in cells in downloading template and i am placing this file in one path named VP. uploading template code is same as downloading template except one file ThisWorkBook sheet. But even if i remove that code its working.... … Re: problem with downloading excel template Programming Software Development by palavi Hi ALL, Can anybody kindly help me how to download a template from server. I am not able to get the downloaded tempalte with proper output. can anybody help in this regard?