回答編集履歴
1
typo修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
できます。
|
2
2
|
|
3
|
-
質問のコードを抜粋すると以下のようになっていますが、この関数が返すのは、 Fon
|
3
|
+
質問のコードを抜粋すると以下のようになっていますが、この関数が返すのは、 Fontクラスのインスタンスです。
|
4
4
|
```python
|
5
5
|
def Read_excel_file(self,Sheet,Row,Column,Read_file_place,Read_file_name,*args,**kwargs):
|
6
6
|
wb = openpyxl.load_workbook(r"{0}\{1}".format(Read_file_place,Read_file_name))
|