79751161

Date: 2025-08-30 12:58:43
Score: 0.5
Natty:
Report link

if it is MultipartFile then

use

public boolean isValidate(MultipartFile file)
{
return Objects.equals(file.getContentType(),"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sudhansu