I am working on developing a user interface for a machine that collects environmental monitoring data (at a pharmaceutical company) from a serial device and dumps it in to a CSV file. I have been asked that after the dump, a mechanism be put in place that would hide certain columns automatically and prevent others from being edited. I basically need to be able to take the pre-existing csv file and convert it to xls with the specified restrictions. Does anyone have any ideas?