# Import words from an Excel file. **POST /words/importxlsx** Import words from an Excel file. The Excel file must follow [this template](https://www.youtube.com/watch?v=dQw4w9WgXcQ) **NOTES:** + The old data will **NOT** be **DELETED** or **OVERWRITTEN**, except if there is: + A word with **EXACTLY** the same definition (in either English or Vietnamese) + ... ## Servers - Local development API: http://localhost:5000 (Local development API) - Production API: https://api.meddict-vinuni.com (Production API) ## Authentication methods - Api key cookie ## Parameters ### Body: multipart/form-data (object) The Excel file to be imported. If the file is not valid, the API will return an error. - **file** (string(binary)) ## Responses ### 200 OK, together with the link to the illustration. #### Body: application/json (object) - **link** (string) ### 400 The request is not following the convention. ### 403 The user is not authorized to import words (aka. not admin). [Powered by Bump.sh](https://bump.sh)