type fixed for xls
This commit is contained in:
parent
052dc17430
commit
4c1990f95f
|
@ -21,6 +21,8 @@ wb = xlsx_package.workbook
|
||||||
row << t("personal_research.authors") + " - " + t(locale.to_s)
|
row << t("personal_research.authors") + " - " + t(locale.to_s)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
row << t("personal_research.research_category")
|
||||||
|
|
||||||
row << t("personal_research.year")
|
row << t("personal_research.year")
|
||||||
|
|
||||||
row << t("personal_research.language")
|
row << t("personal_research.language")
|
||||||
|
@ -50,6 +52,7 @@ wb = xlsx_package.workbook
|
||||||
row << proj.authors_translations[locale.to_s]
|
row << proj.authors_translations[locale.to_s]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
row << proj.research_category.title rescue ""
|
||||||
row << proj.year
|
row << proj.year
|
||||||
row << proj.language
|
row << proj.language
|
||||||
row << proj.publication_date.strftime("%Y-%m-%d") rescue ""
|
row << proj.publication_date.strftime("%Y-%m-%d") rescue ""
|
||||||
|
|
Loading…
Reference in New Issue