Common Issues

Connection issues

chevron-rightI can't sign in or authorize my Microsoft accounthashtag

Make sure you're signing in with a Microsoft 365 account that has access to OneDrive. Personal Microsoft accounts (e.g., outlook.com) may have limited OneDrive API access. If your organization uses conditional access policies or restricts third-party app permissions, ask your IT admin to allow Coupler.io in your Microsoft 365 tenant settings.

chevron-rightMy Excel file doesn't appear in the file pickerhashtag

The file picker only shows files stored in OneDrive or SharePoint. If your file is saved locally on your computer, upload it to OneDrive first. For SharePoint files, make sure you have at least read access to the document library where the file is stored. Try navigating to the SharePoint site directly in the file picker if the file doesn't appear in your default OneDrive view.

chevron-rightI get a "Cannot read properties of undefined" errorhashtag

This error typically occurs when Coupler.io tries to read a sheet that is empty, has an unexpected structure, or when the sheet name entered doesn't exactly match the tab name in your workbook. Double-check the sheet name for typos, extra spaces, or special characters. Also verify the sheet contains at least one row of data.

Missing data

chevron-rightSome rows or columns are missing after the importhashtag

If you specified a Range (e.g., A1:Z50), data outside that range won't be imported. Expand the range or remove it to import the full sheet. Also check if any rows are hidden in Excel — hidden rows may not be exported. If you're using Skip header, make sure that setting is only enabled when you're combining sheets and don't need the header row duplicated.

chevron-rightData from a specific sheet isn't coming throughhashtag

Sheet names are case-sensitive and must match the tab name exactly. Go back to your data flow settings and verify the sheet name. If your workbook has multiple sheets listed and one is blank, that blank sheet may cause the import to return no data for that tab.

chevron-rightImages or charts from my workbook aren't importedhashtag

Coupler.io imports cell values only. Images, embedded charts, shapes, and other visual objects are not included in the export. This is a platform limitation.

Permission errors

chevron-rightI get a permissions error when trying to access a SharePoint filehashtag

You need at least read access to the SharePoint document library containing the file. Ask the file owner to share it with you directly, or ask your SharePoint admin to grant access. If your Microsoft 365 tenant restricts third-party app access, an admin may need to approve Coupler.io in the Azure Active Directory app permissions settings.

Data discrepancies

chevron-rightFormula results look different from what I see in Excelhashtag

Coupler.io exports the calculated value of a formula, not the formula itself. If a formula references external workbooks or real-time data feeds (e.g., stock prices), the exported value reflects what was last calculated in OneDrive. Values that depend on your local Excel add-ins or volatile functions may differ.

chevron-rightDates are importing as numbers or in the wrong formathashtag

Excel stores dates as serial numbers internally. Depending on your destination, these may appear as raw numbers. In Google Sheets, you can apply a date format to the column after import. In BigQuery, map the column to a DATE type in your schema settings.

Rate limits

chevron-rightMy data flow fails with a memory or size limit errorhashtag

Very large workbooks can exceed Coupler.io's processing limits. Use the Range parameter to restrict the import to only the rows and columns you need (e.g., A1:J5000). Avoid importing entire sheets with hundreds of thousands of rows if only a subset is needed.

Last updated

Was this helpful?