Feature Summary
Please make the util methods public. For example, ConvertColumnName. These methods are extremely useful. Since we've chosen MiniExcel, I don't want to have to implement these methods separately in the project.
src/MiniExcel.Core/OpenXml/Utils
|
public static string ConvertColumnName(int x) |
Feature Summary
Please make the util methods public. For example,
ConvertColumnName. These methods are extremely useful. Since we've chosen MiniExcel, I don't want to have to implement these methods separately in the project.src/MiniExcel.Core/OpenXml/Utils
MiniExcel/src/MiniExcel.Core/OpenXml/Utils/GeneralHelper.cs
Line 44 in 5cfa15b