Skip to content

Commit b9b6356

Browse files
authored
Update ReadMe (#301)
1 parent cec411a commit b9b6356

File tree

4 files changed

+39
-13
lines changed

4 files changed

+39
-13
lines changed

.github/FUNDING.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
custom: https://paypal.me/kawal7415
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: kawal
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: https://paypal.me/justkawal

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.1] - 2023-12-23
11+
12+
### Modifications
13+
14+
- Modified Readme.md
15+
1016
### Breaking Changes
1117

1218
- `CellIndex.indexByColumnRow()` now requires non-null integers of row index and column index

README.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
# Excel
22

3-
## If you find this tool useful, please drop a ⭐️
4-
53
<a href='https://flutter.io'>
64
<img src='https://img.shields.io/badge/Platform-Flutter-yellow.svg'
75
alt='Platform' />
86
</a>
9-
<a href='https://github.com/justkawal/excel'>
10-
<img src='https://github.com/justkawal/excel/workflows/Test/badge.svg'
11-
alt='Test' />
12-
</a>
137
<a href='https://pub.dartlang.org/packages/excel'>
148
<img src='https://img.shields.io/pub/v/excel.svg'
15-
alt='Pub Package' />
9+
alt='Pub Package' />
1610
</a>
1711
<a href='https://opensource.org/licenses/MIT'>
1812
<img src='https://img.shields.io/badge/License-MIT-red.svg'
19-
alt='License: MIT' />
13+
alt='License: MIT' />
2014
</a>
2115
<a href='https://github.com/justkawal/excel/issues'>
2216
<img src='https://img.shields.io/github/issues/justkawal/excel'
@@ -31,11 +25,23 @@
3125
alt='Stars' />
3226
</a>
3327

34-
### [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.
3529

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**
3744

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.
3945

4046
## Breaking changes from 3.x.x to 4.x.x
4147

@@ -51,6 +57,8 @@ Is your excel file password protected? [Protect](https://github.com/justkawal/pr
5157
- Renamed `setColAutoFit()` to `setColumnAutoFit()` in `Sheet`
5258
- Renamed `setColWidth()` to `setColumnWidth()` in `Sheet`
5359

60+
## If you find this tool useful, please drop a ⭐️
61+
5462
## Usage
5563

5664
### Read XLSX File

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: excel
22
description: A flutter and dart library for reading, creating, editing and updating excel sheets with compatible both on client and server side.
3-
version: 4.0.0
3+
version: 4.0.1
44
homepage: https://github.com/justkawal/excel
55
topics:
66
- excel

0 commit comments

Comments
 (0)