Shobin Joyakin
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Shobin Joyakinさんの最近のアクティビティ-
Shobin Joyakinさんがコメントを作成しました:
Yes.. Thats what I did. The below code should help you read the excel file. items = client.folder(folder_id=inputfolder).get_items() for item in items: df= pd.read_excel(io.BytesIO...
-
Shobin Joyakinさんがコメントを作成しました:
I found a way out to read Excel files. This worked for me.. pd.read_excel(io.BytesIO(item.content()))
-
Shobin Joyakinさんがコメントを作成しました:
Hi George.. Did you find a way to read Excel file in Box using python script? The solution Guy Huinen shared works only with CSV files.
-
Shobin Joyakinさんがコメントを作成しました:
Hi Neha. Have you found a way to read Excel file in Box? I am also running into the same issue. Hi Alex, Is Box encoding Excel files in a different format? I am able to read text and csv files aft...