How to remove warning in Excel using apache poi in JAVA?
问题 I am using apache poi api to generate Excel sheet in my application in java. Data that are set in excel are coming dynamically with type string. For column1, values are alphanumeric . When I generate Excel, it will give me green indication with warning "Number Stored as Text" or "Text date with 2-digit year" on cell. I want to remove that warning. I found that from excel we can flag a cell as 'ignore error', to ignore the warning. How to do it programmatically or is there any other