Release v0.7.0
updated spreadsheet engine
see: https://github.com/dream-num/univer/blob/dev/CHANGELOG.md
fixed issue with content security policy
To install the Spreadsheet component
- Download the asset named spreadsheet.handlebarsbelow.
- Copy the file to your project's sqlpage/templatesdirectory.
- You can then use the component in your SQLPage project with
select 'spreadsheet' as componentOffline distribution
The default distribution downloads the spreadsheet assets at runtime from the internet.
If you want to install the component entirely offline, you can use the release.zip distribution:
- Unzip the release.zip file
- Copy the contents of the 'dist' folder to a 'dist' directory at the root of your project
- Copy 'sqlpage/templates/spreadsheet.handlebars' to your project's 'sqlpage/templates' directory