From e109559d7ac9c32b65281f0075697b4b2280970d Mon Sep 17 00:00:00 2001
From: Harshitha Shetty <141444342+HarshithaShetty27@users.noreply.github.com>
Date: Fri, 24 Jan 2025 00:26:39 +0530
Subject: [PATCH] XLSX- CSS and mail-xlsx
---
client/package-lock.json | 297 +++++++++++++++++-
client/package.json | 5 +-
client/src/Pages/ConsolidatedTable.jsx | 400 +++++++++++++++++++++----
3 files changed, 639 insertions(+), 63 deletions(-)
diff --git a/client/package-lock.json b/client/package-lock.json
index 63b5ea0..2c28366 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -23,7 +23,10 @@
"react-router-dom": "^6.28.0",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.5",
- "web-vitals": "^2.1.4"
+ "web-vitals": "^2.1.4",
+ "xlsx": "^0.18.5",
+ "xlsx-js-style": "^1.2.0",
+ "xlsx-style": "^0.8.13"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -5096,6 +5099,14 @@
"node": ">=8.9"
}
},
+ "node_modules/adler-32": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz",
+ "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/agent-base": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -6156,6 +6167,18 @@
"node": ">=4"
}
},
+ "node_modules/cfb": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz",
+ "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
+ "dependencies": {
+ "adler-32": "~1.3.0",
+ "crc-32": "~1.2.0"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
@@ -6315,6 +6338,14 @@
"node": ">= 4.0"
}
},
+ "node_modules/codepage": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz",
+ "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/collect-v8-coverage": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
@@ -6343,6 +6374,14 @@
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w=="
},
+ "node_modules/colors": {
+ "version": "0.6.2",
+ "resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",
+ "integrity": "sha512-OsSVtHK8Ir8r3+Fxw/b4jS1ZLPXkV6ZxDRJQzeD7qo0SqMXWrHDM71DgYzPMHY8SFJ0Ao+nNU2p1MmwdzKqPrw==",
+ "engines": {
+ "node": ">=0.1.90"
+ }
+ },
"node_modules/combined-stream": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
@@ -6431,6 +6470,20 @@
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
},
+ "node_modules/concat-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
+ "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==",
+ "engines": [
+ "node >= 6.0"
+ ],
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "inherits": "^2.0.3",
+ "readable-stream": "^3.0.2",
+ "typedarray": "^0.0.6"
+ }
+ },
"node_modules/confusing-browser-globals": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
@@ -6533,6 +6586,17 @@
"node": ">=10"
}
},
+ "node_modules/crc-32": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
+ "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
+ "bin": {
+ "crc32": "bin/crc32.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -8419,6 +8483,14 @@
"node": ">= 0.8.0"
}
},
+ "node_modules/exit-on-epipe": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz",
+ "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/expect": {
"version": "27.5.1",
"resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
@@ -8561,6 +8633,11 @@
"bser": "2.1.1"
}
},
+ "node_modules/fflate": {
+ "version": "0.3.11",
+ "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.3.11.tgz",
+ "integrity": "sha512-Rr5QlUeGN1mbOHlaqcSYMKVpPbgLy0AWT/W0EHxA6NGI12yO1jpoui2zBBvU2G824ltM6Ut8BFgfHSBGfkmS0A=="
+ },
"node_modules/file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -8977,6 +9054,14 @@
"node": ">= 0.6"
}
},
+ "node_modules/frac": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz",
+ "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/fraction.js": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
@@ -12521,6 +12606,14 @@
"node": ">=4.0"
}
},
+ "node_modules/jszip": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/jszip/-/jszip-2.4.0.tgz",
+ "integrity": "sha512-m+yvNmYfRCaf1gr5YFT5e3fnSqLnE9McbNyRd0fNycsT0HltS19NKc18fh3Lvl/AIW/ovL6/MQ1JnfFg4G3o4A==",
+ "dependencies": {
+ "pako": "~0.2.5"
+ }
+ },
"node_modules/kareem": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/kareem/-/kareem-2.6.3.tgz",
@@ -13534,6 +13627,11 @@
"node": ">=6"
}
},
+ "node_modules/pako": {
+ "version": "0.2.9",
+ "resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
+ "integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA=="
+ },
"node_modules/param-case": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
@@ -15080,6 +15178,17 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
+ "node_modules/printj": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz",
+ "integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==",
+ "bin": {
+ "printj": "bin/printj.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/process-nextick-args": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
@@ -16630,6 +16739,17 @@
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
},
+ "node_modules/ssf": {
+ "version": "0.11.2",
+ "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz",
+ "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
+ "dependencies": {
+ "frac": "~1.1.2"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/stable": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
@@ -17669,6 +17789,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/typedarray": {
+ "version": "0.0.6",
+ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
+ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
+ },
"node_modules/typedarray-to-buffer": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
@@ -17919,6 +18044,17 @@
"node": ">= 0.8"
}
},
+ "node_modules/voc": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/voc/-/voc-1.2.0.tgz",
+ "integrity": "sha512-BOuDjFFYvJdZO6e/N65AlaDItXo2TgyLjeyRYcqgAPkXpp5yTJcvkL2n+syO1r9Qc5g96tfBD2tuiMhYDmaGcA==",
+ "bin": {
+ "voc": "voc.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/w3c-hr-time": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
@@ -18407,6 +18543,22 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/wmf": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz",
+ "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/word": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz",
+ "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/word-wrap": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
@@ -18804,6 +18956,149 @@
}
}
},
+ "node_modules/xlsx": {
+ "version": "0.18.5",
+ "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz",
+ "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==",
+ "dependencies": {
+ "adler-32": "~1.3.0",
+ "cfb": "~1.2.1",
+ "codepage": "~1.15.0",
+ "crc-32": "~1.2.1",
+ "ssf": "~0.11.2",
+ "wmf": "~1.0.1",
+ "word": "~0.3.0"
+ },
+ "bin": {
+ "xlsx": "bin/xlsx.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/xlsx-js-style": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/xlsx-js-style/-/xlsx-js-style-1.2.0.tgz",
+ "integrity": "sha512-DDT4FXFSWfT4DXMSok/m3TvmP1gvO3dn0Eu/c+eXHW5Kzmp7IczNkxg/iEPnImbG9X0Vb8QhROda5eatSR/97Q==",
+ "dependencies": {
+ "adler-32": "~1.2.0",
+ "cfb": "^1.1.4",
+ "codepage": "~1.14.0",
+ "commander": "~2.17.1",
+ "crc-32": "~1.2.0",
+ "exit-on-epipe": "~1.0.1",
+ "fflate": "^0.3.8",
+ "ssf": "~0.11.2",
+ "wmf": "~1.0.1",
+ "word": "~0.3.0"
+ },
+ "bin": {
+ "xlsx": "bin/xlsx.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/xlsx-js-style/node_modules/adler-32": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.2.0.tgz",
+ "integrity": "sha512-/vUqU/UY4MVeFsg+SsK6c+/05RZXIHZMGJA+PX5JyWI0ZRcBpupnRuPLU/NXXoFwMYCPCoxIfElM2eS+DUXCqQ==",
+ "dependencies": {
+ "exit-on-epipe": "~1.0.1",
+ "printj": "~1.1.0"
+ },
+ "bin": {
+ "adler32": "bin/adler32.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/xlsx-js-style/node_modules/codepage": {
+ "version": "1.14.0",
+ "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.14.0.tgz",
+ "integrity": "sha512-iz3zJLhlrg37/gYRWgEPkaFTtzmnEv1h+r7NgZum2lFElYQPi0/5bnmuDfODHxfp0INEfnRqyfyeIJDbb7ahRw==",
+ "dependencies": {
+ "commander": "~2.14.1",
+ "exit-on-epipe": "~1.0.1"
+ },
+ "bin": {
+ "codepage": "bin/codepage.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/xlsx-js-style/node_modules/codepage/node_modules/commander": {
+ "version": "2.14.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz",
+ "integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw=="
+ },
+ "node_modules/xlsx-js-style/node_modules/commander": {
+ "version": "2.17.1",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
+ "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg=="
+ },
+ "node_modules/xlsx-style": {
+ "version": "0.8.13",
+ "resolved": "https://registry.npmjs.org/xlsx-style/-/xlsx-style-0.8.13.tgz",
+ "integrity": "sha512-Cj3pGUvzrP2q9oowpLP8GyujovTaBGjBRRUlCKPitNvHWj9JDD5+FDPZIM5QQggGb995ZhkuBSsMZOSd5TzIWg==",
+ "dependencies": {
+ "adler-32": "",
+ "cfb": ">=0.10.0",
+ "codepage": "~1.3.6",
+ "commander": "",
+ "crc-32": "",
+ "jszip": "2.4.0",
+ "ssf": "~0.8.1"
+ },
+ "bin": {
+ "xlsx": "bin/xlsx.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/xlsx-style/node_modules/codepage": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.3.8.tgz",
+ "integrity": "sha512-cjAoQW5L/TCKWRbzt/xGBvhwJKQFhcIVO0jWQtpKQx4gr9qvXNkpRfq6gSmjjA8dB2Is/DPOb7gNwqQXP7UgTQ==",
+ "dependencies": {
+ "commander": "",
+ "concat-stream": "",
+ "voc": ""
+ },
+ "bin": {
+ "codepage": "bin/codepage.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/xlsx-style/node_modules/frac": {
+ "version": "0.3.1",
+ "resolved": "https://registry.npmjs.org/frac/-/frac-0.3.1.tgz",
+ "integrity": "sha512-1Lzf2jOjhIkRaa013KlxNOn2D9FemmQNeYUDpEIyPeFXmpLvbZXJOlaayMBT6JKXx+afQFgQ1QJ4kaF7Z07QFQ==",
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/xlsx-style/node_modules/ssf": {
+ "version": "0.8.2",
+ "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.8.2.tgz",
+ "integrity": "sha512-+ZkFDAG+ImJ48DcZvabx6YTrZ67DKkM0kbyOOtH73mbUEvNhQWWgRZrHC8+k7GuGKWQnACYLi7bj0eCt1jmosQ==",
+ "dependencies": {
+ "colors": "0.6.2",
+ "frac": "0.3.1",
+ "voc": ""
+ },
+ "bin": {
+ "ssf": "bin/ssf.njs"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
"node_modules/xml-name-validator": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
diff --git a/client/package.json b/client/package.json
index f466e56..b67e3ac 100644
--- a/client/package.json
+++ b/client/package.json
@@ -18,7 +18,10 @@
"react-router-dom": "^6.28.0",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.5",
- "web-vitals": "^2.1.4"
+ "web-vitals": "^2.1.4",
+ "xlsx": "^0.18.5",
+ "xlsx-js-style": "^1.2.0",
+ "xlsx-style": "^0.8.13"
},
"scripts": {
"start": "react-scripts start",
diff --git a/client/src/Pages/ConsolidatedTable.jsx b/client/src/Pages/ConsolidatedTable.jsx
index d6e1f95..f8d2d7b 100644
--- a/client/src/Pages/ConsolidatedTable.jsx
+++ b/client/src/Pages/ConsolidatedTable.jsx
@@ -1,12 +1,201 @@
+// import React, { useState, useEffect } from "react";
+// import axios from "axios";
+
+// const ConsolidatedTable = () => {
+// const [data, setData] = useState([]);
+// const [loading, setLoading] = useState(true);
+
+// useEffect(() => {
+// const fetchData = async () => {
+// try {
+// const response = await axios.get("http://localhost:8080/api/table/consolidated-table");
+// setData(response.data);
+// setLoading(false);
+// } catch (error) {
+// console.error("Error fetching table data:", error);
+// setLoading(false);
+// }
+// };
+
+// fetchData();
+// }, []);
+
+// if (loading) {
+// return
Loading...
;
+// }
+
+// return (
+//
+//
Consolidated Table
+//
+//
+//
+// | Semester |
+// Course Code |
+// Course Name |
+// Exam Type |
+// Year |
+// Marks |
+// Name |
+// Affiliation/College |
+// Highest Qualification |
+// Career Experience |
+// Oral/Practical |
+// Assessment |
+// Reassessment |
+// Paper Setting |
+// Moderation |
+// PwD Paper Setting |
+//
+//
+//
+// {data.map((row, index) => (
+//
+// | {row.semester} |
+// {row.courseCode} |
+// {row.courseName} |
+// {row.examType} |
+// {row.year} |
+// {row.marks} |
+// {row.Name} |
+// {row.affiliation} |
+// {row.qualification} |
+// {row.experience} |
+// {row.oralPractical} |
+// {row.assessment} |
+// {row.reassessment} |
+// {row.paperSetting} |
+// {row.moderation} |
+// {row.pwdPaperSetting} |
+//
+// ))}
+//
+//
+//
+// );
+// };
+
+// export default ConsolidatedTable;
+
+
+
+// import React, { useState, useEffect } from "react";
+// import axios from "axios";
+// import { CSVLink } from "react-csv";
+
+// const ConsolidatedTable = () => {
+// const [data, setData] = useState([]);
+// const [loading, setLoading] = useState(true);
+
+// useEffect(() => {
+// const fetchData = async () => {
+// try {
+// const response = await axios.get("http://localhost:8080/api/table/consolidated-table");
+// setData(response.data);
+// setLoading(false);
+// } catch (error) {
+// console.error("Error fetching table data:", error);
+// setLoading(false);
+// }
+// };
+
+// fetchData();
+// }, []);
+
+// if (loading) {
+// return Loading...
;
+// }
+
+// // Extract unique faculty names
+// const uniqueTeachers = [...new Set(data.map((row) => row.Name))];
+
+// return (
+//
+//
Faculty Tables with Download Option
+// {uniqueTeachers.map((teacher, index) => {
+// // Filter rows for the current teacher
+// const teacherData = data.filter((row) => row.Name === teacher);
+
+// return (
+//
+//
{teacher}'s Table
+//
+//
+//
+// | Semester |
+// Course Code |
+// Course Name |
+// Exam Type |
+// Year |
+// Marks |
+// Name |
+// Affiliation/College |
+// Highest Qualification |
+// Career Experience |
+// Oral/Practical |
+// Assessment |
+// Reassessment |
+// Paper Setting |
+// Moderation |
+// PwD Paper Setting |
+//
+//
+//
+// {teacherData.map((row, idx) => (
+//
+// | {row.semester} |
+// {row.courseCode} |
+// {row.courseName} |
+// {row.examType} |
+// {row.year} |
+// {row.marks} |
+// {row.Name} |
+// {row.affiliation} |
+// {row.qualification} |
+// {row.experience} |
+// {row.oralPractical} |
+// {row.assessment} |
+// {row.reassessment} |
+// {row.paperSetting} |
+// {row.moderation} |
+// {row.pwdPaperSetting} |
+//
+// ))}
+//
+//
+// {/* CSV Download Button */}
+//
+// Download CSV
+//
+//
+// );
+// })}
+//
+// );
+// };
+
+// export default ConsolidatedTable;
+
+
+
import React, { useState, useEffect, useRef } from "react";
import axios from "axios";
import { CSVLink } from "react-csv";
-import { sendEmail } from "../api";
const ConsolidatedTable = () => {
const [data, setData] = useState([]);
const [loading, setLoading] = useState(true);
- const csvLinksRef = useRef([]); // Ref to store CSV links for bulk download
useEffect(() => {
const fetchData = async () => {
@@ -32,13 +221,131 @@ const ConsolidatedTable = () => {
// Extract unique faculty names
const uniqueTeachers = [...new Set(data.map((row) => row.Name))];
- const handleBulkDownload = () => {
- // Trigger all individual downloads programmatically
- csvLinksRef.current.forEach((csvLink) => {
- if (csvLink) {
- csvLink.link.click();
+ const createExcelFile = (teacherData, teacherName) => {
+ const workbook = XLSX.utils.book_new();
+
+ // Define header information
+ const headerInfo = [
+ ["Somaiya Vidyavihar University"],
+ ["K. J. SOMAIYA COLLEGE OF ENGINEERING"],
+ [
+ "Appointment of Internal Examiners for Paper Setting / OR/PR/Assessment/Reassessment",
+ ],
+ ["Class: B Tech/M Tech/Honour/Minor"],
+ ["Department - Computer Engineering"],
+ [],
+ ];
+
+ // Add table headers
+ const tableHeaders = [
+ [
+ "Sr No",
+ "Semester",
+ "Course Code",
+ "Course Name",
+ "Exam Type",
+ "Year",
+ "Marks",
+ "Surname",
+ "First Name",
+ "Middle Name",
+ "Affiliation/College",
+ "Highest Qualification",
+ "Career Experience",
+ "Oral/Practical",
+ "Assessment",
+ "Reassessment",
+ "Paper Setting",
+ "Moderation",
+ "PwD Paper Setting",
+ ],
+ ];
+
+ // Add table data
+ const dataRows = teacherData.map((row, index) => [
+ index + 1,
+ row.semester,
+ row.courseCode,
+ row.courseName,
+ row.examType,
+ row.year,
+ row.marks,
+ row.surname,
+ row.firstName,
+ row.middleName,
+ row.affiliation,
+ row.qualification,
+ row.experience,
+ row.oralPractical,
+ row.assessment,
+ row.reassessment,
+ row.paperSetting,
+ row.moderation,
+ row.pwdPaperSetting,
+ ]);
+
+ // Combine all rows
+ const sheetData = [...headerInfo, ...tableHeaders, ...dataRows];
+ const worksheet = XLSX.utils.aoa_to_sheet(sheetData);
+
+ // Add merged cells
+ worksheet["!merges"] = [
+ { s: { r: 0, c: 0 }, e: { r: 0, c: 18 } },
+ { s: { r: 1, c: 0 }, e: { r: 1, c: 18 } },
+ { s: { r: 2, c: 0 }, e: { r: 2, c: 18 } },
+ { s: { r: 3, c: 0 }, e: { r: 3, c: 18 } },
+ { s: { r: 4, c: 0 }, e: { r: 4, c: 18 } },
+ ];
+
+ // Define styles
+ const boldStyle = {
+ font: { bold: true, name: "Times New Roman", sz: 12 },
+ alignment: { horizontal: "center", vertical: "center" },
+ };
+
+ const redStyle = {
+ font: { color: { rgb: "FF0000" }, name: "Times New Roman", sz: 12 },
+ alignment: { horizontal: "center", vertical: "center" },
+ };
+
+ const normalStyle = {
+ font: { name: "Times New Roman", sz: 12 },
+ };
+
+ // Apply styles to header
+ const headerRanges = [
+ { row: 0, style: boldStyle },
+ { row: 1, style: boldStyle },
+ { row: 2, style: boldStyle },
+ { row: 3, style: boldStyle },
+ { row: 4, style: redStyle },
+ ];
+
+ headerRanges.forEach(({ row, style }) => {
+ for (let col = 0; col <= 18; col++) {
+ const cellAddress = XLSX.utils.encode_cell({ r: row, c: col });
+ if (!worksheet[cellAddress]) continue; // Skip empty cells
+ worksheet[cellAddress].s = style;
}
});
+
+ // Apply normal font style to all cells
+ Object.keys(worksheet).forEach((key) => {
+ if (worksheet[key] && key[0] !== "!") {
+ worksheet[key].s = worksheet[key].s || normalStyle;
+ }
+ });
+
+ // Add worksheet to workbook and save file
+ XLSX.utils.book_append_sheet(workbook, worksheet, teacherName);
+ XLSX.writeFile(workbook, `${teacherName.replace(/\s+/g, "_")}_Table.xlsx`);
+ };
+
+ const bulkDownload = () => {
+ uniqueTeachers.forEach((teacher) => {
+ const teacherData = data.filter((row) => row.Name === teacher);
+ createExcelFile(teacherData, teacher);
+ });
};
const handleSendEmail = async (teacher, teacherData) => {
@@ -83,13 +390,25 @@ const ConsolidatedTable = () => {
return (
-
Faculty Tables with Download Options
+
Faculty Tables with Download Options
- {/* Bulk Download Button for Consolidated Data */}
-
-
+
+
-
- {/* Bulk Download Button for Individual CSV Files */}
-
- {/* Scrollable Content */}
{
}}
>
{uniqueTeachers.map((teacher, index) => {
- // Filter rows for the current teacher
const teacherData = data.filter((row) => row.Name === teacher);
return (
{teacher}'s Table
-
+
| Semester |
@@ -188,10 +482,9 @@ const ConsolidatedTable = () => {
))}
- {/* Individual CSV Download Button */}
- createExcelFile(teacherData, teacher)}
className="btn btn-primary"
style={{
padding: "10px 15px",
@@ -200,24 +493,9 @@ const ConsolidatedTable = () => {
textDecoration: "none",
borderRadius: "5px",
}}
- ref={(el) => (csvLinksRef.current[index] = el)} // Store ref for bulk download
>
Download {teacher}'s CSV
- {/* Send Email Button */}
-
);
})}