929496959
929496959
目前群是满员的
` case CellType.Numeric: if (HSSFDateUtil.IsCellDateFormatted(cell))//日期类型 { if (!string.IsNullOrEmpty(cellConfig?.Formatter)) { return cell.DateCellValue.ToString(cellConfig?.Formatter); } return cell.DateCellValue.ToString(); } else//其他数字类型 { return cell.ToString(); } `
I changed it to 1.0 only to see someone change it
首页 食用指南 第三步 老是不对
We have the same exact problem
> > We have the same exact problem我们有同样的问题 > > Can you update to the latest version and share your findings please? We are trying to solve this problem.您能更新到最新版本并分享您的发现吗?我们正在尝试解决这个问题。 I...
> [@929496959](https://github.com/929496959) I am glad that some improvement has already been made. Could you please try the latest 2025.1.6 release? The updated version 2025.1.6 currently has a memory usage of...
> [@MarcinZiabek](https://github.com/MarcinZiabek) I tested with the version 2025.1.6 in production but it still the same, it grows 100mb per day in my case. My usage method is to end the...
能在hook的地方加个互斥锁,应该就没有你说的这个问题了.
I also need this feature