I'm building a web application that should upload csv/spreadsheet files to a user's Google Drive. I've done all of the steps successfully and the CSV files are uploaded just fine.
However, my question is, can I somehow apply some styles to the CSV file before uploading it?
For example, let's say that I want to apply a red color to the first column with a white text for labels instead of the default text/background color... is this possible via the Drive API?