Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi ,

My requirment is to provide bulk upload via csv file , but my question is that if any one made any formatting say only basics , like size , font color , bold etc to csv file before uploading . how to take all those formattintg chnages into database as well while uploading .. ???

Please suggest
Posted
Comments
Santosh K. Tripathi 5-May-15 4:15am    
what you have tried till now?
Torakami 5-May-15 4:24am    
I have implemented simple bulk upload via csv file , but that doesnt take formatting . I am just wondering can it be possible or not so that i can take next step before commiting to my client .. perhaps some other way to accomplish my requirment .. basically i want formatting should get apply as well ..
Tomas Takac 5-May-15 5:15am    
First, CSV is just plain text file. It doesn't support formatting like text color or font size. For that you need to use different format. I guess you have excel on your mind.
KaushalJB 5-May-15 5:35am    
For csv file fetching all styles is not possible. Try using .xls/xlsx file

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900