Can someone explain the difference between setting SST to true and false and whether it will have any impact on the excel being created.This is our code. Setting to false vastly improves the performance but we want to be sure it does not have any adverse affect on the excel.
const wbout = XLSX.write(wb, {
bookSST: false,
bookType: 'xlsx',
type: 'binary',
});