feat: excel export (only primitive types)

This commit is contained in:
2025-01-08 22:52:06 +07:00
parent 301c50ebac
commit 8552e651ab
5 changed files with 204 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ const doGreet = () => {
onMounted(async () => {
console.log(await PostService.GetById(5))
await PostService.ExportToExcel()
})
</script>