<%@ page language = "java" %> <%@ page import="org.apache.poi.hssf.usermodel.HSSFSheet"%> <%@ page import="org.apache.poi.hssf.usermodel.HSSFWorkbook"%> <%@ page import="org.apache.poi.hssf.usermodel.HSSFRow"%> <%@ page import="org.apache.poi.hssf.usermodel.HSSFCell"%> <%@ page contentType="text/html"%> <%@ page import="java.io.*" %> <%@ page import="org.apache.poi.poifs.filesystem.POIFSFileSystem"%> <%@ page import="java.util.Iterator" %> <%@ page import="java.util.*"%> <%/* //String fileToBeRead="D:/JTest/JPOI/ww/Read.xls"; try { String a="Read.xls"; String path= application.getRealPath(a); System.out.println("path="+path); FileInputStream fs=new FileInputStream(path); POIFSFileSystem poi= new POIFSFileSystem(fs); HSSFWorkbook workbook = new HSSFWorkbook(poi); HSSFSheet sheet = workbook.getSheetAt(0); int rows=sheet.getPhysicalNumberOfRows(); //out.println("ROWS "+rows); System.out.println("exception before "); System.out.println("exception after "); String [][] cellval = new String[rows][7]; rows=rows-1; //out.println("ROWS after-1 "+rows); for(int i=0; i<=rows;i++) { for(short j=0;j<7;j++) { HSSFRow row = sheet.getRow(i); HSSFCell cell = row.getCell(j); int cellType=cell.getCellType(); if(cellType==HSSFCell.CELL_TYPE_NUMERIC) { cellval[i][j]= String.valueOf(cell.getNumericCellValue()); } else if(cellType==HSSFCell.CELL_TYPE_STRING) { cellval[i][j]= cell.getStringCellValue(); } // out.println(cellval[i][j]); } } } catch(Exception e) { out.println("!! Bang !! xlRead() : " + e ); } */ %> Job Process : eSpark Consulting - Bangalore - India
HOME ABOUT US SERVICES CLIENTS SPECIALIZATION STAFFING PROCESS JOB PROCESS CONTACT US eSpark Consulting ABOUT US SERVICES CLIENTS SPECIALIZATION STAFFING PROCESS EMPLOYEE INFO JOB LISTINGS CONTACT US eSpark Consulting
<% String received = request.getParameter("sent"); if("yes".equals(received)){%> We have recieved your application. Our recruiters will get back to you. go back <%} else{%>

Click here to Submit Resume

Sl. No.
Position
Skills

Experience(years)

73 Sr. Test Engineer
Messaging & Web
3+
74
Teradata Developer
Teradata
2 - 5
75
Oracle Apps Functional Consultant
Oracle Apps HRMS, Payroll
3 - 5
76
Sr. Logistics Executive
 
4 - 6
77
Deployment Lead
 
4 - 7
78
Script Testing
Manual/Mobile/Scripting
3 - 5
79
SDET
C,C++,Java/Testing/ Scripting
3 - 5
80
Platform Testing
Testing/Platform
2 - 4
81
Tech Lead
Strong onsite C++ developer with capacity for writing Java scripts 
5 - 7
82
Sr. Developer (Brew)
4+ years experience Primary skill: Brew Experience in C/C++, UIOne, Telephony API, Contacts, and BrewLite experience shall be added advantage
3 - 6
83
Sr. Developer (Blackberry)
3+ years experience Primary skill: Java, J2ME, Blackberry Experience in Blacberry API development, JDE, SIP/VoIP, Telephony API, PDA Optional API's
3 - 6
84
Windows Admin
Win 2003, C++, Oracle 
2 - 4
85
.Net Developer
C#, ASP.Net
2 - 3
86
Lead-RFID
RFID, Dot Net, Java
7 - 10
87
SAP Plant Maintainance (SNG)
 
4 - 6
88
SAP Plant Maintainance (Mal)
  4 - 6
89
SAP QM/PM (KL-Mal)
  4 - 6
90
SAP QM/PM - SNG
  4 - 6
91
SAP SD-IS-Oil - SNG
  4 - 6
92
SAPSD-IS-Oil - Mal
  4 - 6
93
SAP-EMS-SD - SNG
  4 - 6
94
SAP-EMS_Fi/Co - SNG
  4 - 6
95
SAP-EMS-MM - SNG
  4 - 6
96
SAP-EMS-PM - SNG
  4 - 6
97
SAP-Hydrocarbon - KL-Malaysia
  4 - 6
98
SAP IS Oil Hydro Carbon Management - Thailand
  4 - 6
99
SAP SD IS Oil - BKK-Thailand
  4 - 6
101
SQL DBA (Gulf req)
SQL Server, Oracle 10g
1.5
102
Server Administrator
EPM 2003, 2007, Migration
6
103
Business Analyst
VBA, IB Ops, MS Visio
4 - 5
104
Developer
C++, Windows
3 - 6
105 Developer
VC++, MFC, COM
3 - 6
106 Developer
C#, Win Forms
3 - 6
107 Developer
Embedded(ARM with Altos)
3 - 6
108 Developer
WinCE
3
109
Financial Analyst
 
3
110
Graphic Designer
 
2
111 Copy Editor  
8
112
System Administrator
 
5 - 7
113
Project Lead (Dot Net)
C#, ASP.Net
3 - 6
114
Java, SeeBeyond
  4-5
115
Developer
AS400, OS 400, Cobol400
3-5
116
Developer
Unix , Unix Shell Script and Perl , IBM MQ Series
6+
117
Architect - Pune
INTE, Unix, Oracle, Perl
10-12
118
Director - Marketing
 
7-10
119
PM-DWH
Datawarehousing
4 - 5
120
Executive Assistant
 
2 - 5
121
Teradata Developer
Teradata
4 - 6
122
Lead Analyst
Microstrategy
3 +
123
SE
Dot Net with GIS
5 +
124
PL
Dot Net with GIS
6 - 10
125
BDM
Sales, GIS Application development tools, data Conversion and Migration
4 - 6
126
Test Lead
MOSS
3 - 5
127
Sr. Software Engineer
Dot Net
5 - 7
128
Tech Lead 
Dot Net
5 - 8
129
Tech Lead
Java, Jboss
4 - 7
130
Sr. Executive (BDM, Pune)
 
1 - 3
131
SE - Hyd
C, C++
1 - 3
132
Test Engr - Hyd
Automation testing using .net & Nunit
4 - 8
134
SSE - Blore
Java, JSP, Servlets, CSS
 

<<Previous Page

To apply for the above positions send your updated resumes to: career@esparkinfotech.com OR

Click here to Submit Resume

<%}%>

 
<%/* fs.close(); } catch(Exception e) { out.println("!! Bang !! xlRead() : " + e ); }*/ %>