Tag: 项内存不足

Worksheet.Name导致OutOfMemoryException

.Net4 C#VSTO4 Excel加载项: 以下函数经常被调用,让我们说每一秒: /// <summary> /// Gets a unique identifier string of for the worksheet in the format [WorkbookName]WorksheetName /// </summary> /// <param name="workbook">The workbook.</param> /// <param name="worksheet">The worksheet.</param> /// <returns> /// A unique worksheet identifier string, or an empty string. /// </returns> public static string GetWorksheetUniqueIdentifier(Workbook workbook, dynamic worksheet) { if (workbook == […]