Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tallty_import_export
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
tallty_import_export
Commits
b7247174
Commit
b7247174
authored
Nov 21, 2020
by
Ivan Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add import_xlsx arguments
parent
663a6c2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
importable.rb
lib/tallty_import_export/importable.rb
+2
-2
No files found.
lib/tallty_import_export/importable.rb
View file @
b7247174
...
@@ -13,8 +13,8 @@ module TalltyImportExport
...
@@ -13,8 +13,8 @@ module TalltyImportExport
const_get
(
'Import'
).
new
(
self
)
const_get
(
'Import'
).
new
(
self
)
end
end
def
import_xlsx
*
arg
s
def
import_xlsx
xlsx_file
,
associations
,
**
opt
s
import_instance
.
import_xlsx
(
*
arg
s
)
import_instance
.
import_xlsx
(
xlsx_file
,
associations
,
**
opt
s
)
end
end
def
import_excel_klass
def
import_excel_klass
...
...
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