SpreadJS Cell Binding Template
You can use the SpreadJS designer to create a binding relation to the data with a template. This saves time by reducing the amount of coding. The Template option in the designer is used to design the...
View ArticleCreating Charts in a Windows Form Application
Spreadsheets have a lot of different features that make manipulating data very intuitive and easy. One of the main features that helps with visualization of that data is charts. Having the ability to...
View ArticleSpread ASP.NET and Sheet Skins
Spread ASP.NET allows you to customize the appearance of a sheet by applying a “skin” to it. Built-in (default) skins are provided with Spread to create common formats. You can also create your own...
View ArticleWinforms Subeditor and Captions
When creating large spreadsheets, information can be hard to convey without enlarging cells or spanning multiple row and columns. It could be useful to hide information from the user until it is...
View ArticleSpread WinRT and Selection Colors
You can change the selection colors and the selection theme in Spread WinRT. This allows you to draw more attention to selections or change the selection colors to match the application appearance. You...
View ArticleMultiRow Template Designer
You can use the MultiRow template designer to design the layout of your data. The template items can be placed in any order. This allows you to display one record in multiple rows and requires less...
View ArticleSpread 8 COM and Microsoft Visual Studio 2015
You can use the Spread 8 COM control in Microsoft Visual Studio 2015 with Microsoft Windows 10. Spread Windows Forms is a .NET control and is a better option; however, you may have older code or...
View ArticleUsing Charts in SpreadJS
SpreadJS is a useful tool for adding the power of Spread to webpages using JavaScript. Being able to easily display data in a spreadsheet without having to create html tables by hand is useful for web...
View ArticleAdding a Ribbon to SpreadJS
It is common to need users controls, such as a toolbar, to allow end-users to manipulate SpreadJS sheets and their data. This tutorial will give step-by-step instructions for adding an open source...
View ArticleSpread WPF and Validation
You can use data validation to control the type of data and values that users are allowed to enter in a cell. This can be useful if you only want to allow correct values in a cell based on your data....
View ArticleAdding Undo/Redo to a Ribbon with SpreadJS
Utilizing a Ribbon toolbar with SpreadJS is useful and gives control to end-users without needing to have the knowledge of the code behind it. Users might also need to undo or redo an action, which is...
View ArticleSpread ASP.NET and Client Events
You can use client events in Spread ASP.NET. Client-side scripting allows the user to interact with the page on the client without the page having to be reloaded from the server. This can be useful if...
View ArticleAdding a Ribbon to SpreadASP
Toolbars are a useful addition that allow end-users to manipulate components on a webpage. This tutorial provides step-by-step instructions for adding an open source Ribbon toolbar to an instance of...
View ArticleSpreadJS and Visual Studio
You can use SpreadJS in a Visual Studio project. This provides access to automatic complete and code checking in Visual Studio. Use the following steps to create a project that uses SpreadJS. Create an...
View ArticleSpreadASP Excel Copy/Paste
Spread for ASP.NET is a useful component for providing Spreadsheet functionality on a web server. While Spread has many great features, it might be beneficial for a user to paste cell ranges into the...
View ArticleAdding a Ribbon to Spread for Winforms
The Windows Forms Spread control brings powerful grid tools and features to desktop applications that users can run on their computer. In the Spread Designer, it is easy to create and format...
View ArticleSpread Windows Forms and Printing
Spread Windows Forms supports printing to a PDF file or previewing the output before printing. This allows you to check the data and layout before printing, which can save paper. This example saves the...
View ArticleSpreadJS Validation
You can use data validation to control the type of data and values that users are allowed to enter in a cell. This can be useful if you only want to allow correct values in a cell based on your data....
View ArticleSpread ASP.NET and Visual Studio 2015
You can use Spread ASP.NET in Visual Studio 2015. Use the following steps to add a Spread component to a Web Form in Visual Studio 2015. You can either open an existing Web Site or create a new one....
View ArticleSpread Windows Forms and Visual Studio 2015
You can use Spread Windows Forms in Visual Studio 2015. Use the following steps to add a Spread control to a project in Visual Studio 2015. Start Visual Studio .NET. From the File menu, choose New,...
View Article