- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 11:28 AM
Hello,
I was following instructions for Application Development Fundamentals Lab 7.1, which was to import excel data to create table and do mapping.
When loading excel data using "System Import Sets" -> "Load Data", I am keep getting the following error: "com.glide.db.impex.datasource.DataSourceException: Unable to load headers from the XLSX data source"
Header Row is set to 1, I followed exactly the same thing as the provided demo video for the lab but unlike a demo, it is giving me that error.
Does anyone knows why and how to fix this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 01:26 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 11:17 PM
Hello @MongGu
Can you please verify that the column header in the excel sheet:
- does not contain special characters
- is in english
- does not have any URL
- formatted correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:28 AM
Hi @SatyakiBose
Thanks. Here is the screenshot of the excel. I verified everything and it seems that nothing is wrong but still I was unable to import data, showing me the same error. I didn't change anything from what nowlearning.servicenow provided me for the lab. Still not sure why the error is popping up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 12:26 AM
Hi @MongGu ,
Please make sure excel file is properly populated.
- Your Excel dataset needs to be well formed;
- The Excel spreadsheet should be in Excel 97-2003 format and have a .xls extension.
- The Excel workbook should only contain 1 worksheet.
- The 1st row is the header row and should contain the column names, should not contain special character.
- Data must be contiguous, i.e. no blank columns within the data.
- If the dataset appears OK, but is still not loading, export it to CSV and open the CSV and save it an a new Excel file.
Regards
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2023 11:39 AM
Thanks for the reply. Here is the screenshot of the excel that nowlearning.servicenow provided me for the lab. I didn't change anything.
1. I tried saving as .xls extension but still gave me an error. This time, not even the details of the error message was shown.
2. Yes. It only has one sheet.
3. I verified the format was correct.
4. I verified this also.
I also tried exporting as CSV, opened and save it as a new Excel file but this still gave me the same error as original.