| |
| SpreadsheetGear 2010 can be deployed royalty free with most client and server applications. Please see the license agreement for limitations. |
| |
| One developer license is required for each and every developer working on any application which references SpreadsheetGear.dll. |
| |
| No, Excel is not required to use SpreadsheetGear 2010. Using Excel in a server environment is not supported, which makes SpreadsheetGear 2010 a good solution for your server applications as well as your client applications. |
| |
| No, SpreadsheetGear 2010 is 100 percent safe managed code written exclusively for the .NET Framework. All that is required is the .NET Framework and SpreadsheetGear.dll. |
| |
| SpreadsheetGear 2010 provides robust support for Excel 2007-2010 Open XML (.xlsx) and macro-enabled Open XML (.xlsm) workbooks as well as Excel 97-2003 (.xls) workbooks. |
| |
| SpreadsheetGear 2010 comes with the most comprehensive Excel compatible charting support found in any .NET component, including charting APIs, chart rendering and chart editing. |
| |
| See the Supported Excel Functions on the product page. |
| |
| SpreadsheetGear 2010 comes with the SpreadsheetGear Explorer sample solutions for C# and Visual Basic. The SpreadsheetGear Explorer is a helpful Windows Forms Application sample soluton for Visual Studio 2005, Visual Studio 2008 and Visual Studio 2010. See Windows Forms Spreadsheet Control Samples for more information. |
| |
| Follow these getting started instructions and then refer to the live ASP.NET Samples. |
| |
1. Install Microsoft Visual C# 2005 / 2008 / 2010 Express Edition or Microsoft Visual Basic 2005 / 2008 / 2010 Express Edition. 2. Install SpreadsheetGear 2010. 3. Launch Visual C# Express or Visual Basic Express. 4. On the File menu click New Project…. The New Project dialog box appears. (You may also Open an existing Windows Application project.) 5. Under Templates, choose Windows Application. 6. Change the Name as desired. 7. Click OK to create the project 8. On the View menu click Toolbox. The Toolbox appears. 9. Right-click in the Toolbox and click Add Tab. A new Tab appears to be named. 10. Name the Tab (such as SpreadsheetGear 2010) 11. Right-click within the Tab and click Choose Items…. 12. Scroll through the list and check FormulaBar and WorkbookView. 13. Click OK to add the controls to the Tab. |
| |
| Yes. SpreadsheetGear 2010 is a strong named assembly which enables the installation and use of multiple versions on one machine. |
| |
| Visual Studio only looks for new .NET components once. Be sure to close and restart Visual Studio after installing SpreadsheetGear 2010. |
| |
If you recently installed a new version of SpreadsheetGear, you may need to remove the reference to the SpreadsheetGear assembly from your project using the Solution Explorer window in Visual Studio. First, remove the old reference, then, add the new one back by using the .NET tab of the Add Reference dialog.
It is also important to note that Visual Studio 2010 replaced the MS Help 2 system with the new Microsoft Help Viewer 1.0 system. This new help system does not have Dynamic Help, though it does still support IntelliSense, and pressing F1 on a term such as "IWorkbookSet".
See SpreadsheetGear 2010 -> Getting Started -> Using Help in the SpreadsheetGear Help for more information on using the SpreadsheetGear 2010 help with Visual Studio 2005 / 2008 / 2010.
Note: It may be necessary to delete any occurences of SpreadsheetGear.dll from your project directory before adding the new assembly. |
|