bill 1 년 전
부모
커밋
9cdc9bb0b4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 (