p3x-json2xls-worker-thread 2025.4.103 → 2025.4.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -26
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,18 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# 📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread v2025.4.
|
|
9
|
+
# 📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread v2025.4.109
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
**Bugs are evident™ - MATRIX️**
|
|
13
|
+
🌌 **Bugs are evident™ - MATRIX️**
|
|
14
|
+
🚧 **This project is under active development!**
|
|
15
|
+
📢 **We welcome your feedback and contributions.**
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
|
|
18
20
|
### NodeJS LTS is supported
|
|
19
21
|
|
|
20
|
-
### Built on NodeJs version
|
|
22
|
+
### 🛠️ Built on NodeJs version
|
|
21
23
|
|
|
22
24
|
```txt
|
|
23
25
|
v22.13.0
|
|
@@ -27,7 +29,7 @@ v22.13.0
|
|
|
27
29
|
|
|
28
30
|
|
|
29
31
|
|
|
30
|
-
# Description
|
|
32
|
+
# 📝 Description
|
|
31
33
|
|
|
32
34
|
|
|
33
35
|
[//]: #@corifeus-header:end
|
|
@@ -139,46 +141,53 @@ console.log(xlsBinary)
|
|
|
139
141
|
|
|
140
142
|
---
|
|
141
143
|
|
|
144
|
+
## 🚀 Quick and Affordable Web Development Services
|
|
142
145
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
|
|
146
|
+
If you want to quickly and affordably develop your next digital project, visit [corifeus.eu](https://corifeus.eu) for expert solutions tailored to your needs.
|
|
146
147
|
|
|
147
148
|
---
|
|
148
149
|
|
|
149
|
-
## Powerful Online Networking Tool
|
|
150
|
+
## 🌐 Powerful Online Networking Tool
|
|
150
151
|
|
|
151
152
|
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
152
153
|
|
|
153
|
-
|
|
154
|
+
**🆓 Free**
|
|
154
155
|
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
155
156
|
Additionally, it offers tools for:
|
|
156
|
-
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
157
|
-
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
157
|
+
- 📡 Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
158
|
+
- 📊 Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
158
159
|
|
|
159
|
-
All these features are completely free to use.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
160
|
+
All these features are completely free to use.
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## ❤️ Support Our Open-Source Project
|
|
165
|
+
If you appreciate our work, consider ⭐ starring this repository or 💰 making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
|
|
163
166
|
|
|
164
|
-
|
|
165
|
-
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
167
|
+
---
|
|
166
168
|
|
|
167
|
-
###
|
|
168
|
-
|
|
169
|
+
### 🖥️ Server Availability
|
|
170
|
+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
### 🌍 About My Domains
|
|
175
|
+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu), and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
176
|
+
|
|
177
|
+
---
|
|
169
178
|
|
|
170
|
-
### Versioning Policy
|
|
171
|
-
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
172
|
-
- **Major:** Corresponds to the current year.
|
|
173
|
-
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
|
|
174
|
-
- **Patch:** Incremental, updated with each build.
|
|
179
|
+
### 📈 Versioning Policy
|
|
180
|
+
**Version Structure:** We follow a **Major.Minor.Patch** versioning scheme:
|
|
181
|
+
- **Major:** 📅 Corresponds to the current year.
|
|
182
|
+
- **Minor:** 🌓 Set as 4 for releases from January to June, and 10 for July to December.
|
|
183
|
+
- **Patch:** 🔧 Incremental, updated with each build.
|
|
175
184
|
|
|
176
|
-
|
|
185
|
+
**🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
177
186
|
|
|
178
187
|
---
|
|
179
188
|
|
|
180
189
|
|
|
181
|
-
[**P3X-JSON2XLS-WORKER-THREAD**](https://corifeus.com/json2xls-worker-thread) Build v2025.4.
|
|
190
|
+
[**P3X-JSON2XLS-WORKER-THREAD**](https://corifeus.com/json2xls-worker-thread) Build v2025.4.109
|
|
182
191
|
|
|
183
192
|
[](https://www.npmjs.com/package/p3x-json2xls-worker-thread) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
184
193
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-json2xls-worker-thread",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.109",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-file-excel",
|
|
6
6
|
"prefix": "p3x-",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://corifeus.com/json2xls-worker-thread",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"corifeus-builder": "^2025.4.
|
|
41
|
+
"corifeus-builder": "^2025.4.115",
|
|
42
42
|
"express": "^4.21.2"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|