Prevent Editing of Worksheets w/in SpreadsheetML
The requirements of what I'm working on. This isn't about distributing an
..xls file, it's about generating an .xls file for distribution.
This sort of thing can be done programmatically through OfficeInterop but,
as most of the work is being done to the XML version, it'd be silly to go
through the extra step of doing this one thing that way unless it's
absolutely the only option.
when " wrote:
Why don't you get an image of the Excel Worksheet and distribute that
instead?
|