You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/use-excel-documents/import-a-large-excel-file.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ To modify your Excel sheet, follow these steps:
58
58
59
59
7. Like you did with the previous string, drag it down to the last country. The Excel sheet should now look like this: [Countries with Tags](/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/CountriesWithTags.xlsx).
Now, group the three different columns into one column. This is necessary to copy the whole column into an XSD file.
64
64
@@ -68,7 +68,7 @@ To modify your Excel sheet, follow these steps:
68
68
=(A1&B1&C1)
69
69
```
70
70
71
-
9. Drag the cells down like you’ve done with column **A1** and **C1**. Now, column **D** should have columns **A**, **B**, and **C** combined into one, and your sheet should look like this: [Countries with Tags and Column D](/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/CountriesWithTagsAndColumnD.xlsx).
71
+
9. Drag the cells down like you’ve done with column **A1** and **C1**. Now, column **D** should have columns **A**, **B**, and **C** combined into one, and your sheet should look like this: [Countries with Tags and Column D](/attachments/refguide/modeling/integration/import-a-large-excel-file/CountriesWithTagsAndColumnD.xlsx).
72
72
73
73
## Preparing Your XSD File
74
74
@@ -98,7 +98,7 @@ You have used some of Excel's basic functionalities to create the first part of
98
98
</xs:schema>
99
99
```
100
100
101
-
Your file should look like this: [Country Import](/attachments/howto/integration/importing-excel-documents/import-a-large-excel-file/CountryImport.xsd).
101
+
Your file should look like this: [Country Import](/attachments/refguide/modeling/integration/import-a-large-excel-file/CountryImport.xsd).
102
102
103
103
5. Click **Save**.
104
104
@@ -108,29 +108,29 @@ The XSD file is ready to be imported into your app. To import it, follow these s
108
108
109
109
1. Open your app and create a new XSD schema. Do this by right-clicking the module and selecting **Add other** > **XML schema**.
0 commit comments