forked from github/dataease
Merge pull request #7513 from dataease/pr@dev-v2@fixDatasource
Pr@dev v2@fix datasource
This commit is contained in:
commit
125da76b11
@ -267,9 +267,6 @@ public class ExcelUtils {
|
|||||||
int num = 1;
|
int num = 1;
|
||||||
String line;
|
String line;
|
||||||
while ((line = reader.readLine()) != null) {
|
while ((line = reader.readLine()) != null) {
|
||||||
if (isPreview && num > 1000) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
String str;
|
String str;
|
||||||
line += ",";
|
line += ",";
|
||||||
Pattern pCells = Pattern.compile("(\"[^\"]*(\"{2})*[^\"]*\")*[^,]*,");
|
Pattern pCells = Pattern.compile("(\"[^\"]*(\"{2})*[^\"]*\")*[^,]*,");
|
||||||
|
Loading…
Reference in New Issue
Block a user