错误内容
ValueError: Value must be either numerical or a string containing a wildcard
排查思路
跟着单步走,看哪里出问题了
检查结果
问题定位到了_openpyxl.py文件的get_sheet_data函数中,这块的功能是按行获取excel表中的数据,手…
Android Studio报错:
error: constant expression evaluates to -14 which cannot be narrowed to type char [-Wc11-narrowing]
错误位置在定义char数组的地方 官方说明
看看cflags中 fsigned-char的说明: -fsigned-char — Allows the type char in…