We've added the following property to the CsvDocumentExporterOptions and TxtDocumentExporterOptions classes:
C#bool SkipHiddenColumns { get; set; }
Use this property to specify whether to skip hidden columns when you export a workbook to the CSV or TXT format.