Flithor

Results 24 issues of Flithor

Create/delete repository, Import/export resource file, member management, and so on.

I've checked the code https://github.com/dotnetcore/NPOI/blob/947220dedb1fc506e764568159a95498295250cf/src/NPOI/SS/Util/SheetUtil.cs#L442 Looks you are just use the fixed width of the single half-width character with the content length to calating the cell width. But it's not...

Too much bug and very unstable. I review the code and found it will try to analyze the sql string and try to do something else. But analyze code is...

In some cases, I tried to get the required data from the NBT data of a block, but it only saved the coordinates of the other block. The coordinates may...

feature-long-term

#### Issue type: - :heavy_plus_sign: Feature request ____ #### Short description A new to string operator for number formatting. Input=>Number, String output=>Formatted number string like NumberFormatting(3, "0.00")=>"3.00" NumberFormatting(12495, "E")=>"1.2495E+4" etc......

feature-long-term

please support unicode character in inner window.

This tool is very powerful, awsome! But some of my colleagues not good in English, they tell me need translation. Can you add i18n support? I'm glad contribute to translation.

Feature

I'm try to write some custom comment by custom `JsonConverter` for some members. But i cannot find a direct way to write indent width of current level. And `WriteComment` not...

### Steps to reproduce ``` public class AnyClassContainsNotMapped { public int Key { get; set; } public string Name { get; set; } public byte[] NeedNotQuery { get; set; }...

type-question
needs-more-info
could-not-reproduce