I have team members requesting when I output numbers into an excel format, that those numbers don't have commas (emp Id's). They also don't like when I push them out as strings because it has the leading apostrophe when it shows up and they have issues doing joins. I have searched around and haven't found a solution that allows me to fully automate. I did see the feature that allows to overwrite a range of a previously formatted excel sheet. But that doesn't allow me to dynamically write out new files each month without previously having a template already in place. I am needing to send out hundreds of reports each week.
Is there really is no way to write out new excel files (not pre-formatted overwrite) where the number shows up without commas, or if it goes out as a string it does not have the apostrophe? Or am I just misunderstanding?