Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Table Data Transform
Commits
e8399660
Commit
e8399660
authored
Sep 17, 2021
by
Jonas Waeber
Browse files
Rename implicit param to an explicit param
parent
a9eae909
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/kotlin/TableParser.kt
View file @
e8399660
...
...
@@ -199,8 +199,8 @@ class TableParser(private val step: String) {
):
List
<
ResultMessage
>
{
val
identifierSet
=
mutableSetOf
<
String
>()
val
propertiesList
=
mutableListOf
<
String
>()
inputStream
.
use
{
WorkbookFactory
.
create
(
i
t
).
use
{
workbook
->
inputStream
.
use
{
inputStream1
->
WorkbookFactory
.
create
(
i
nputStream1
).
use
{
workbook
->
// sheet index is 0-based. This ensures that users can access sheet 1 with index 1!
val
sheet
=
workbook
.
getSheetAt
(
metadata
.
tableSheetIndex
-
1
)
var
count
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment