A family of Microsoft relational database management systems designed for ease of use.
Formatting is applied to a range of cells, basically.
Depending on what you are doing here, there may be more than one approach that will work, but we really ought to have more details to help steer in a useful direction.
Is there a consistent range of formatted cells in this spreadsheet? By that I mean is the same number of rows and columns exported each time? Are there predefined areas of Column headers? Summary rows?
And, of course, the basic question is what formatting is needed? Highlighting, colors? What?
One method could be writing VBA to apply the required formatting after the export. I've seen that done, but it can be laborious and slow. The result was brilliant, though. The developer who did that is one of my heroes.
Another method could be to create TWO worksheets.
One is a "landing page" for the raw data. This would be where Access exports the data, overwriting or replacing what was there previously. The other is the pre-formatted "display page" which has links to the raw data. This works well with highly consistent data outputs, but not as well if the amount of data is different from export to export.
Give us the details, someone can then offer specific suggestions.
Thank you.