MESCIUS Knowledge Base
Topics for JavaScript for SpreadJS
- Automatically Convert Entered Cell Text to Upper or Lower Case
- Remove SpreadJS Context Menu Items
- How to Save an SJS Blob
- How to Preserve Conditional Formatting When Adding or Removing Rows
- Detect Table Column Name Change
- Prevent Specific Characters from being Pasted
- How to Preserve Filters
- Disable Year from Date-Time Picker
- How to Display TableSheet Column Formulas
- How to Use Cell Values as Dropdown Items
- How to Set a Dark Theme to a Spreadsheet Grid
- How to Dynamically Hide TableSheet Scrollbars
- How to Set Shapes to Only Move Across One Axis
- Copying and Pasting Formulas Between SpreadJS and Excel
- How to Style the SpreadJS Theme
- Add an Icon to a Custom Context Menu Item
- How to Find a Table using a Specified Cell
- Change the Color of the Cell Editing Border
- How Does Whole Number Precision Work in SpreadJS?
- How to Add an Icon to a Designer Ribbon Tab in SpreadJS
- How to set the SpreadSheets LicenseKey
- How to paste only the values of a cell in JavaScript
- Designer Component: Display file onload with JavaScript
- Capture only the date using the Date and Time Picker cell dropdown
- Remove Footer that is Imported from Excel File when Printing
- Create a Two-Variable data table with SpreadJS in JavaScript
- Checkbox in header toggles all checkboxes with SpreadJS
- Add a table with empty column headers in JavaScript
- Intercept when a new row/col is added in JavaScript
- Export a specific sheet as an Excel file with SpreadJS in JavaScript
- How to fix an 'Invalid License Key' error in JavaScript
- Set formula to convert an integer to date in JavaScript | SpreadJS
- Highlight the last column of a table in Pure JavaScript
- Highlight the first column of a table in Pure JavaScript
- Add a table from a data source in pure JavaScript
- How to display the formatting of a cell when the cell is in edit mode in JavaScript
- Display 0 as “- “ and preserve the real numeric value in JavaScript
- Sync the horizontal scrolling of two instances in JavaScript
- Sync the vertical scrolling of two Spread instances in JavaScript
- How to set a worksheet limit of SpreadJS in pure JavaScript
- Intercept right-click event in Pure JavaScript
- Remove the additional gray/white space in pure JavaScript
- Creating a format painter button in pure JavaScript
- How to stop hyperlinks from opening a page in JavaScript
- How to create a custom command in JavaScript
- How to increase Spread's height dynamically in JavaScript
- Extra columns and rows after import in JavaScript
- How to start editing a cell immediately as the page loads using JavaScript
- How to hide a column or a row with JavaScript
- How to mimic Excel's F2 shortcut key in JavaScript