Feras Nabulsi
Member since Dec 11, 2008
- Profile: /members/1357-feras-nabulsi.htm
- Comments: 4
Recent Blog Comments By Feras Nabulsi
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Aug 10, 2007 at 8:59 AM
Thanks Ben, I figured it out, it was my fault. it is working like a charm. Thank you and good work.... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Aug 9, 2007 at 9:52 AM
This is great, I am able to run queries now, however, for some reason it is reading from all tabs when I try to output some data, basically I am not able to specify which sheetindex is should be reading from. I may not want all sheets read together. <cfset arrSheets = objPOIUtility.ReadExcel( ... read more »
-
ColdFusion POIUtility.cfc Updates And Bug Fixes
Posted on Aug 8, 2007 at 3:31 PM
This is a great start for what I am looking for. very impressive. one of the columns I am retrieving from the excel file is an ID that matches what I had in a database. Based on this ID, I want to query the database to update one of the fields with new values from the database. How can I modify your... read more »
-
ColdFusion Component Wrapper For POI To Read And Write Excel Files
Posted on Aug 8, 2007 at 2:34 PM
This is a great start for what I am looking for. very impressive. one of the columns I am retrieving from the excel file is an ID that matches what I had in a database. Based on this ID, I want to query the database to update one of the fields with new values from the database. How can I modify your... read more »