ShiPing
ShiPing
我看了一下代码,修改源代码 可以实现为(modify the code) 【TypeHelper.cs】 ` private static object TypeMappingImpl(T v, ExcelCustomPropertyInfo pInfo, ref object newValue, object itemValue) where T : class, new() { var vs = itemValue?.ToString(); var definition...
我忘记我当时是什么版本了 你可以用最新版试试 ------------------ 原始邮件 ------------------ 发件人: "Elvis ***@***.***>; 发送时间: 2022年4月25日(星期一) 上午10:50 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [MiniExcel/MiniExcel] 对可null类型的支持,比如(int? ) (Support for null types (e.g. Int?)) (Issue #310) 请问测试这个功能的版本在哪里呢,我也想测试一下可空类型 — Reply...
我也遇到了这个问题,并且我解决了这个问题。 (I had this problem, and I solved it) 我猜测你和我一样,有多个“解决方案”。 (My guess is that you, like me, have multiple "solutions.") 如图所示: (as shown in the figure)  这样子就可以解决 (That's how...
Not very clear, can you give an example?
感谢作者非常详细的解答。 确实鱼和熊掌不可兼得,但是成年人不做选择。 我确实也很讨厌我的软件中有多余的东西存在。 ```CSharp namespace ThreeYardsBin { #region HandyIpc //序列化接口 public interface ISerialize { //序列化 object Serialize(string json); //反序列化 string Serialize(object jsonObj); } //内部使用方式(采用net自带的序列化) public class NetSerialize : ISerialize {...
可以提供一下列子吗?
这种感觉没有必要吧,如果需要在Word里面编写的话,这种大部分人都是在C#里面书写了
已解决,参考 #68
Export to text, html, pdf, rich text, etc.... Not supported now, but under consideration for the future,