Skip to content

Commit bd8e1fb

Browse files
Update format-excel.md
1 parent cd3a6b6 commit bd8e1fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/data-factory/format-excel.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ source(allowSchemaDrift: true,
145145
firstRowAsHeader: true) ~> ExcelSourceInlineDataset
146146
```
147147

148+
>[!NOTE]
149+
> Mapping data flow does not support reading protected Excel files, as these files may contain confidentiality notices or enforce specific access restrictions that limit access to their contents.
150+
148151
## Handling very large Excel files
149152

150153
The Excel connector does not support streaming read for the Copy activity and must load the entire file into memory before data can be read. To import schema, preview data, or refresh an Excel dataset, the data must be returned before the http request timeout (100s). For large Excel files, these operations may not finish within that timeframe, causing a timeout error. If you want to move large Excel files (>100MB) into another data store, you can use one of following options to work around this limitation:

0 commit comments

Comments
 (0)