JairoDanielMT
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -146,12 +146,14 @@ async def excel_json_especial_para_el_calendario(
|
|
146 |
resultante se guarda en un archivo y se devuelve como respuesta.
|
147 |
|
148 |
Ejemplo de request:
|
149 |
-
|
150 |
-
|
|
|
151 |
--file
|
152 |
file: archivo.xlsx; type=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
153 |
--sheet_name
|
154 |
Nombre_hoja
|
|
|
155 |
|
156 |
* :param file: Archivo Excel a convertir
|
157 |
* :type file: UploadFile
|
|
|
146 |
resultante se guarda en un archivo y se devuelve como respuesta.
|
147 |
|
148 |
Ejemplo de request:
|
149 |
+
|
150 |
+
```
|
151 |
+
/excel_json_formato_JSON_ORACLE/
|
152 |
--file
|
153 |
file: archivo.xlsx; type=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
154 |
--sheet_name
|
155 |
Nombre_hoja
|
156 |
+
```
|
157 |
|
158 |
* :param file: Archivo Excel a convertir
|
159 |
* :type file: UploadFile
|