Excel Copy and Paste with NetAdvantage for ASP.NET
Working with a web based grid doesn't have to be boring. Our goal since day one has been to make Web based controls just as functional as their Windows Forms counterparts. This isn't an easy task as I'm sure you know, but luckly our developers are always up for a challenge. Our latest addition is copy and paste functionality between Excel and WebGrid (or between WebGrid and Excel, or between multiple WebGrids). All of your standard copy/paste scenarios are supported. Copy one cell and paste it into 100 others, fill an entire column with a single mouse click... etc. Your customers are sure to be pleased with these time saving features - and you wont have to write a single line of code!!

The shot above comes straight out of the samples browser included with NetAdvantage 2007 Volume 1. It was created using the WebTab, WebGrid, WebMenu and WebGridExcelExporter.
There are a few of code snippets included in this sample that should absolutely make your day.
- Showing a context menu (right-click) in both IE and Firefox
- Working around clipboard security limitations with Firefox (using an alternate input method)
- Creating an Excel file with multiple worksheets using WebGridExcelExporter
Here's the sample if you really can't wait - Excel Copy and Paste
Note: The sample was built using the latest webgrid internal build. Some of the api's may not be present in the beta code, but should be present in the RC. Also, if you just want to know how to export multiple worksheets to excel or create a cross-browser context-menu, you can ignore the extra grid bits.. The code should be pretty self explanatory, but any questions can certianly be posted here.