Displaying 1 result from an estimated 1 matches for "employeelist".
Did you mean:
  employees_list
  
2005 Dec 07
4
Importing data for excel file or csv file
hey,
i have this website (with ajax also) with lot of records of employee, and as an
extra feature i want that the customer can import his employeelist (perhaps 100+
records), lot of work to do this manually.
i would create a template like this
Firstname    Lastname    Phone    
xxxx         xxxxx       xxxxx
yyyy         yyyyy       yyyyy
then they upload the excel file or save it as csv file (with spacing
characters), i read the file and loop...