do you think it's possible to export a table into excel application using AJAX client and forcing some columns to be locked?
I tried using ServerSideExportEx and it worked for the exporting, but I couldn't lock any column; I tried using CreateObject (Excel.Application) so I could lock columns but it didn't work from web. Is there a way to have both results?