JairoDanielMT commited on
Commit
a5d3012
·
verified ·
1 Parent(s): 95a7250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- * /excel_json_formato_JSON_ORACLE/
 
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