Creating options in a save dialog

Hello everyone,

I’m creating a plugin that reads and writes Excel files and I’ve been tasked with adding export options to the file dialog (things like selecting format, used units, etc). Ideally, I’d like to have something that works like the export options you see in base Rhino:

Is there some way to have these options in a save window? I’m using SaveFileDialog() for the sake of simplicity, but I’m assuming I’ll need to create an Eto dialog or something similar because of how limited the SaveFileDialog class is. Any help would be appreciated.

Thanks,
~CH

Hi @Cole_Howell1,

You might start with this article.

– Dale