You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"columnSeparatorTooltip": "Separador de colunas (\"delimitador\") no arquivo CSV baixado. \n\nRecomendações:\n- Vírgula (,)\n- Ponto e vírgula (;)\n- Barra vertical (|)\n- Tabulação (\\t)",
1906
1908
"columnSetting": "Mostrar Botão de Configuração de Coluna",
1907
1909
"searchText": "Texto de Busca",
1908
1910
"searchTextTooltip": "Pesquisar e filtrar os dados apresentados na tabela",
@@ -72,11 +73,15 @@ export async function saveDataAsFile({ data, filename, fileType, dataType }: Sav
72
73
}else{
73
74
wb=XLSX.read(data,{type: "string"});
74
75
}
75
-
blobData=XLSX.write(wb,{
76
+
letwriteOptions: any={
76
77
bookType: finalFileType,
77
78
bookSST: false,// whether to generate Shared String Table? setting true will slow down the generating speed, but more compatible for lower versioned iOS devices
0 commit comments