bill 1 year ago
parent
commit
9cdc9bb0b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/util/pc4xlsl.ts

+ 2 - 2
src/util/pc4xlsl.ts

@@ -49,7 +49,7 @@ export const downloadPointsXLSL1 = async (
     body: JSON.stringify(tabs),
   }).then((res) => res.blob());
 
-  return saveAs(data, `${name}.xlsx`);
+  return saveAs(data, `${name}.xls`);
 };
 
 export const downloadPointsXLSL2 = async (
@@ -74,7 +74,7 @@ export const downloadPointsXLSL2 = async (
     body: JSON.stringify(tabs),
   }).then((res) => res.blob());
 
-  return saveAs(data, `${name}.xlsx`);
+  return saveAs(data, `${name}.xls`);
 };
 
 export const downloadPointsXLSL = async (