You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### [Excel](https://www.pub.dev/packages/excel) is a flutter and dart library for reading, creating and updating excel-sheets for XLSX files
28
+
### [Excel](https://www.pub.dev/packages/excel) is a flutter and dart library for reading, creating and updating excel-sheets for XLSX files.
35
29
36
-
#### This library is [MIT](https://github.com/justkawal/excel/blob/40b8b1ed8c3c213d8911784ddd40bf97841977a1/LICENSE#L1) licensed So, it's free to use anytime, anywhere without any consent, because we believe in Open Source work
30
+
## Open Source, Open Hearts: Your Donations helps keep this Project Alive!! ❤️❤️
31
+
### Donations helps to maintain this library and pay off my tuition fees. (Thank you, for your support!!)
32
+
-[Ko-fi](http://ko-fi.com/kawal)
33
+
-[PayPal](https://paypal.me/justkawal)
34
+
35
+
## Road-map (Major Update: `5.0.0`: By March, 2024): ( Already started 🤝 )
36
+
- 🔜 Resolve nearly all issues.
37
+
- ➕ Formulas and Calculations
38
+
- 💾 Support Multiple Data type efficiently
39
+
- 📈 Charts
40
+
- 🌄 Add Pictures
41
+
- 📰 Create Tables and style
42
+
- 🔐 Encrypt and Decrypt excel on the go.
43
+
- Many more **features**
37
44
38
-
Is your excel file password protected? [Protect](https://github.com/justkawal/protect.git) helps you to apply and remove password protection on your excel file.
39
45
40
46
## Breaking changes from 3.x.x to 4.x.x
41
47
@@ -51,6 +57,8 @@ Is your excel file password protected? [Protect](https://github.com/justkawal/pr
51
57
- Renamed `setColAutoFit()` to `setColumnAutoFit()` in `Sheet`
52
58
- Renamed `setColWidth()` to `setColumnWidth()` in `Sheet`
0 commit comments