Click here to Skip to main content
15,867,568 members
Articles / Containers

Utilizing Azure Blob and WebJob to Convert Excel Files to Flat File Format

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
24 Feb 2020CPOL4 min read 11K   103   3  
How to perform Excel to comma separated file conversion without storing them on local hard drive
This article shows how to perform Excel to CSV file conversion without storing them on local hard drive. Though there are many articles on this topic, this one is different in the way files are read and saved back. Using Azure storage and WebJob, we convert files from one format to another without utilizing the local disk space for saving file during this entire conversion process.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Team Leader
United States United States
I am 5 times C# Corner MVP, a blogger and technical contributor at various forums like Microsoft TechNet, C# Corner, Code Project ,etc. I received several awards my community contributions. I have also presented technical contents as an speaker.

Comments and Discussions