Tags: mini-software/MiniExcel
Tags
Fixing obsolete OpenXmlTemplater method signatures to force overwriti… …ng of generated files to reflect their previous behaviour
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
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
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>
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.
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
PreviousNext