close
Skip to content

Tags: mini-software/MiniExcel

Tags

1.44.1

Toggle 1.44.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumped version to 1.44.1

Updated version number from 1.44.0 to 1.44.1 in the project file following hotfix from #960 

Signed-off-by: Michele Bastione <michele.bastione@gmail.com>

1.44.0

Toggle 1.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumped project version to 1.44.0

Signed-off-by: Michele Bastione <michele.bastione@gmail.com>

2.0.0-preview.3

Toggle 2.0.0-preview.3's commit message
Fixing obsolete OpenXmlTemplater method signatures to force overwriti…

…ng of generated files to reflect their previous behaviour

1.43.1

Toggle 1.43.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Preparations for v1.43.1 release (#948)

* Increased version to 1.43.1

In preparation for the next release, the project file has been cleaned up a little and the benchmark.yml workflow file has been revised.

* Converted project to utilize implicit usings and file-scoped namespaces

This makes the v1.x branch less cluttered and more mantainable. Also the purposeless MiniEcel.Code.cs file has been deleted.

* Minor optimizations

1.43.0

Toggle 1.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Brings some fixes and new features from the lastest PRs affecting mas…

…ter (#935)

* Adds right-to-left layout exporting capability

* Corrects edge case bug in the parsing of template escape parameters

* Refactors cell width writing logic

Corrected cell width calculations to default to a cell width of 8.43 characters (64px) and also take into account the 5px padding to add to the xml value which was previously mising and resulted in a discrepancy with the value displayed in the UI.

* Adds hidden columns functionality

The new `ExcelHiddenAttribute` and property `MiniExcelColumnAttribute.Hidden` now allow for a property to be mapped as a hidden column in Excel's UI.

* Bumping project version

* Oversights corrections

2.0.0-preview.2

Toggle 2.0.0-preview.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #901 from michelebastione/v2.0.0-preview.2

Bumping project version and updating gitignore

1.42.0

Toggle 1.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed benchmark workflow trying to push on wrong branch

Signed-off-by: Michele Bastione <michele.bastione@gmail.com>

1.41.4

Toggle 1.41.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for issue 876 on the maintenance branch (#879)

* Fixes issue 876 on the maintenance branch

* Moved check for sheet name length after the GetSheetInfos call

Signed-off-by: Michele Bastione <michele.bastione@gmail.com>

---------

Signed-off-by: Michele Bastione <michele.bastione@gmail.com>

2.0.0-preview.1

Toggle 2.0.0-preview.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update project structure and restore core functionality (#866)

- Changed target framework in `MiniExcel.Benchmarks.csproj` from `net10.0` to `net9.0`.
- Removed `net10.0` from target frameworks in `Directory.Build.props`.
- Updated copyright notice in `Directory.Build.props`.
- Added `icon.png` and `README.md` to packaging in `Directory.Build.props`.
- Reintroduced attribute classes in `Attributes.cs` for Excel columns.
- Added `IConfiguration` interface and implementations in `Configuration.cs`.
- Defined `ExcelType` enum in `ExcelType.cs`.
- Restored `ExcelTypeHelper.cs` for determining Excel types.
- Reintroduced core functionality in `MiniExcel.cs` for Excel file operations.
- Added new `README.md` with project details and instructions.

1.41.3

Toggle 1.41.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.41.3 release (#819)

* 1 41 3 fix bugs (#818)

* v1.41.2 AddPicture not working #814

* #814 samples

* Fix v1.41.1 AddPicture image max column and row are 2 cells #815

* Fix AddPicture get error same export file and second time. #817

* v1.41.3

* 1.41.3

---------

Signed-off-by: Wei Lin <shps951002@gmail.com>

(cherry picked from commit 1103aed)

* Fixing merge conflict caused by PR on wrong branch

* Fixing build error on  github actions

* Updating epplus package to fix linux based error in test