Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SmartXLSを使用してxlsxファイルを読み取る方法を例を挙げて教えてもらえますか?
WorkBook workBook = new WorkBook(); workBook.readXLSX("test.xlsx");
I have a model:
public class DbUserRole { public int UserRoleId { get; set; } public string UserRole { get; set; } } public class DbUserRoles {