bskinn/excel-csvexporter

Add handling for errors in file I/O

bskinn opened this issue · 0 comments

Exception catches around:

  • Opening of the TextStream
  • Individual line writes to the TextStream
  • Closing the TextStream should(?) never be problematic