I tried to create an excel sheet using NPOI. I hit on an exception. After inspecting it and searching internet I came to know that the maximum columns an excel sheet can hold is 16384. Is there anyway to increase this limit. Because the data I have to put is more than this limit.
Note: I am using NPOI,c#,Excel 2010.