L
lmk001
I want to convert a table that I have in an excel file into notepad as
CSV file so I can import it into a mysql table. For example in m
Record I have licenseID 30 and licensee Albright College. When
import the excel table license.xls to notpad my record will look lik
this: 30,"Albright College ". But, what I want is for all of m
records to look like this: 30[TAB]"Albright College". Could someon
tell me how I can import a xls file into this format
CSV file so I can import it into a mysql table. For example in m
Record I have licenseID 30 and licensee Albright College. When
import the excel table license.xls to notpad my record will look lik
this: 30,"Albright College ". But, what I want is for all of m
records to look like this: 30[TAB]"Albright College". Could someon
tell me how I can import a xls file into this format