SWDesk
Database Backup
bizmaker
2021. 3. 11. 20:50
<Methods : Python>
- wb = Workbook()
- sheet1 = wb.create_sheet('sheetname')
- dataframe_to_rows(datas1, index=True, header=True)
- sheet1.append(row)
- res2 = json.loads(res1.text)
- res3 = DataFrame(res2)
<Method : PHP>
- show TABLE STATUS;
- $tableName = $Row1['Name']
- $Rst1 = array()
- json_encode($Rst)
반응형