Biff is the file format of the xls file, but that said, it's a simple .xls with only a single tab in it.
[http://stackoverflow.com/questions/514847/how-to-identify-whether-an-excel-file-conforms-to-excel-95-or-excel-97-specifica](http://stackoverflow.com/questions/514847/how-to-identify-whether-an-excel-file-conforms-to-excel-95-or-excel-97-specifica)
7 means that the file conforms to Excel 95, rather than the much newer xlsl format. With 10 rows the import validates correctly so I doubt it is a version issue (although that's clearly a guess)
I did manage to turn on debug, and there's a debug message relating to /opt/tomcat/conf//gluuImportPerson.properties
```
/opt/tomcat/logs/wrapper.log.1:INFO | jvm 1 | 2017/05/11 11:09:57 | 2017-05-11 11:09:57,691 DEBUG [org.xdi.util.properties.FileConfiguration] Loading '/opt/tomcat/conf//gluuImportPerson.properties' configuration file from resources
/opt/tomcat/logs/wrapper.log.1:INFO | jvm 1 | 2017/05/11 11:09:57 | 2017-05-11 11:09:57,719 DEBUG [org.apache.commons.configuration.PropertiesConfiguration] FileName set to /opt/tomcat/conf//gluuImportPerson.properties
/opt/tomcat/logs/wrapper.log.1:INFO | jvm 1 | 2017/05/11 11:09:57 | 2017-05-11 11:09:57,719 DEBUG [org.apache.commons.configuration.ConfigurationUtils] ConfigurationUtils.locate(): base is null, name is /opt/tomcat/conf//gluuImportPerson.properties
/opt/tomcat/logs/wrapper.log.1:INFO | jvm 1 | 2017/05/11 11:09:57 | 2017-05-11 11:09:57,720 DEBUG [org.apache.commons.configuration.DefaultFileSystem] Could not locate file /opt/tomcat/conf//gluuImportPerson.properties at null: no protocol: /opt/tomcat/conf//gluuImportPerson.properties
/opt/tomcat/logs/wrapper.log.1:INFO | jvm 1 | 2017/05/11 11:09:57 | 2017-05-11 11:09:57,721 DEBUG [org.xdi.util.properties.FileConfiguration] Failed to load '/opt/tomcat/conf//gluuImportPerson.properties' configuration file from resources
/opt/tomcat/logs/wrapper.log.1:INFO | jvm 1 | 2017/05/11 11:10:17 | 2017-05-11 11:10:17,313 INFO [org.gluu.oxtrust.action.PersonImportAction] Found 460 persons in input Excel file
```
The file is not present, but previous imports have worked.