yigeren911 %!s(int64=2) %!d(string=hai) anos
pai
achega
9a11b1affd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils/excel.js

+ 1 - 1
src/utils/excel.js

@@ -48,6 +48,6 @@ export const exportExcel = (json, name, titleArr, sheetName) => {
   let wsrows = [{ hidden: true }];
   ws["!rows"] = wsrows; // ws - worksheet
   XLSX.utils.book_append_sheet(wb, ws, sheetName);
-  /* generate file and send to client */
+  // generate file and send to client
   XLSX.writeFile(wb, name + ".xlsx");
 };