This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN:VCALENDAR | |
VERSION:2.0 | |
PRODID:-//fghpdf//NONSGML Personal Uset//EN | |
CALSCALE:GREGORIAN | |
METHOD:PUBLISH | |
X-WR-CALNAME:Waste Sorting Calendar | |
X-WR-TIMEZONE:Asia/Tokyo | |
BEGIN:VEVENT | |
DTSTART;TZID=Asia/Tokyo:20241001T060000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN:VCALENDAR | |
VERSION:2.0 | |
PRODID:-//fghpdf//NONSGML Personal Uset//EN | |
CALSCALE:GREGORIAN | |
METHOD:PUBLISH | |
X-WR-CALNAME:垃圾分类日历 | |
X-WR-TIMEZONE:Asia/Tokyo | |
BEGIN:VEVENT | |
DTSTART;TZID=Asia/Tokyo:20241001T060000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[1,"0x7698dfb4c04cef6f0a5036b94ecaeb398a06cc1e","1000000000000000000000",["0x5254335079667b58e021047033636c58a96da475360741c7234c637a5d807960","0x31ff7f5382173b0060ba2744c341deeb072a7d0fa6eced4a654b4fde7556e99b","0x6c62d1dd8a40ff8f8f9f152813427e30026d3d6b0bfdb55ddfa8045f42e87d7e","0x7dffaec2c2a0b1a4d16c81ab52b64d52ca2f24b1ceaf88825efbbd6c7e02272e"]],[2,"0x9a20c16997eeb908df64eb37438ab8911fb820ad","700000000000000000000",["0xd46097e02951c2d39cb5f2914cbeab465ae9da1a0e351b90cee846916bd7603a","0x165295d5b8b29eb0e71034c591eceebd65932ee4f48c0b6263331f28a1bf964b","0xd89968eea7a8a43282eb7c289984e85091412a2db302a8cf3259621ff3d934ca","0x3942aec6f0e7e774fa63d587df0a09eff7e68cd2fdac16370531c631b134ca26"]],[6,"0x0e28b8b52da02cb52c470b0d20228b558305cbe9","1000000000000000000000",["0xc491412208ffd37bc5c4b42b3e9bc0ea974705d58621fcde7801243399df17b1","0x504cf13a580594ac32be46d596fa3034ac9f8c9eb17b4702f83196ddf67bbbf6","0x2e5f28f90beea6c487b305d9520effada4fcb02cee68cb3874eef5e2a75d252f","0x3942aec6f0e7e774fa63d587df0a09eff7e6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[2,"0x7698dfb4c04cef6f0a5036b94ecaeb398a06cc1e",1000000000,["0x70e7d73d02c084a7b5df949192439908c4909c7d91b5ddebc566bed2618a1485","0x11554b32bbae57aff63785d57ec7a69b12af63aa3cdf7da642059dff734573ac","0xb5c93b00f0b7843d0914ea39641016ded5e6d1778d9e4d6a4f3612d01a6f5f5f","0x166b83bda0491714f42d275d632411bdb4c463e1ea940700bdaae6e4f0fd1676"]],[3,"0xb4a2ba31d452e5056020846fd16b627da66ba64d",100000000000,["0xb39a716904ad976d67581370743bfed93698d46097efa8cec81a1b285221ec89","0xac9b687d46dd0a6041309b6871df02f9cad2068394af1ae66b4e10779b8404e6","0x31ccc97c8d909a7b8d439b053335c21878fe735909c596f1724a6eb813c9f07a","0xf18f9d357616d8891181cf11b8811aa4ecee3cae57b6d09b056a21105bdedddf"]],[4,"0xec13762918e512e022964fc542d89ff81376455d",1000000000,["0x9715e35b991274dde4bb40bb1bdf618dc3a8cd02a3a5246c7c968b678bb34fba","0x11554b32bbae57aff63785d57ec7a69b12af63aa3cdf7da642059dff734573ac","0xb5c93b00f0b7843d0914ea39641016ded5e6d1778d9e4d6a4f3612d01a6f5f5f","0x166b83bda0491714f42d275d632411bdb4c463e1ea940700bdaae6e4f0fd1676"]],[6,"0x6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env": { | |
"node": true, | |
"es6": true | |
}, | |
"globals": { | |
"_": true, | |
"Promise": true | |
}, | |
"rules": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var importer = require('richdoc-xlsx'); | |
self.onmessage = function (file) { | |
var reader; | |
reader = new FileReader(); | |
reader.readAsArrayBuffer(file); | |
reader.onload = function (e) { |