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