Build a JavaScript Spreadsheet in Five Minutes
SpreadJS’s Spread.Sheets component is so complete that it can be implemented with very little code and in just a few minutes. You only need the Spread.Sheets core JavaScript library and style sheet;...
View ArticleSpreadJS Designer and the Settings Tab
The SpreadJS Designer allows you to create spreadsheets quickly and without code. The Settings tab in the designer provides appearance and UI options for the entire widget and specific sheets. Settings...
View ArticleIntroducing Spread.Views, The First JavaScript Data Layout Component
We are very excited to introduce a new JavaScript component that takes data and lays it out virtually any way you can imagine. This includes tabular grids, calendars, cards, trellis, masonry, Gantt,...
View ArticleCreating a Spread.Views Calendar
A calendar that shows when employees are out can be useful to everyone at a company. Spread.Views has a calendar view that you can add custom information to. You can see several examples in the...
View ArticleSpread.Views and the Gantt View
A Gantt view that displays the tasks and progress of a project can make it easier to plan and allocate resources. You can manage your projects with the Spread.Views Gantt view. Spread.Views allows you...
View ArticleSpreadJS Designer and Tables
The SpreadJS designer allows you to create tables quickly and without code. Use the following steps to create a table in the designer. Add the table data to the designer. Table Data Select the table...
View ArticleSpread.Views and the Trellis Layout
If you want to create a card style layout that can be used to collaborate with others or to keep track of a process, the Trellis view in Spread.Views may be just what you need. The following example...
View ArticleSpreadJS and TypeScript
For some developers, working with TypeScript provides better tools and options than just JavaScript by itself. SpreadJS script code can be written in TypeScript to provide that enhanced functionality...
View ArticleSpreadJS Rich Text
SpreadJS provides different cell types that give the user useful functionality. Rich text formatting is something that isn’t supported out-of-the-box in SpreadJS, but a custom HTML Cell Type can be...
View ArticleSpread.Views and the Timeline Layout
A Timeline layout can make your data easier to follow. This can be particularly useful for milestones in a project or a meeting schedule. Use the following steps to create a timeline that displays a...
View ArticleSpreadJS V10 Fixed Bugs
In this article, you will find all of the SpreadJS bugs that were fixed in first release of SpreadJS V10. To view the release notes, see here: SpreadJS Release Notes To download Spread V10, click here:...
View ArticleGetting Started with SpreadJS V10
SpreadJS Version 10 now includes two JavaScript components: Spread.Sheets and Spread.Views. Spread.Sheets is a more traditional spreadsheet component, while Spread.Views is a highly customizable data...
View ArticleSpread.Sheets and the Month Sparkline
A Month sparkline can be a useful way to show data trends, such as finding the day with the highest call volume in the month. You can use the Month sparkline in Spread.Sheets to quickly find days with...
View ArticleSpread.Sheets Excel Navigation
In Excel, the key combination of Ctrl and an arrow key allows the user to navigate to the end of a data region in a worksheet. While this functionality is not currently automatically provided in...
View ArticleSpread.Sheets and JS Bin
You can now test Spread.Sheets in JS Bin with a special license key. Spread.Sheets can be used in browser applications that support HTML5. For more information about Spread.Sheets, refer to...
View ArticleSpreadJS V10 SP1 Release
SpreadJS V10 SP1 has now been released. This release fixes many reported issues. Here is a list of the resolved issues: Spread now works correctly with a list validator. [230436] The formula text box...
View ArticleSpread.Sheets and JSFiddle
You can now test Spread.Sheets in JSFiddle with a special license key. Spread.Sheets can be used in browser applications that support HTML5. For more information about Spread.Sheets, refer to...
View ArticleHow to Import/Export Excel files using JavaScript and Spread.Sheets
JavaScript is a versatile platform that allows easy customization of client-side scripting tools. In some applications, it is useful to have some sort of spreadsheet interface that is easy to code and...
View ArticleSpread.Sheets Year Sparkline
Spread.Sheets is a spreadsheet widget that works in browser applications that support HTML5. Spread.Sheets has a new Year sparkline feature. A Year sparkline allows you to quickly spot trends in your...
View ArticleSpread.Sheets and Angular
For those of you wanting to use Spread with Angular, we have some great news, you can now use Spread.Sheets in an Angular project. Use the following steps to create an Angular project with...
View Article