Skip to content

Weak types in Tables.jl conversion #225

@juliohm

Description

@juliohm
using XLSX
using DataFrames

XLSX.writetable("foo.xlsx", "TABLE" => DataFrame(A=rand(3), B=["foo","bar","baz"]))

xlsx   = XLSX.readxlsx("foo.xlsx")
XLSX.eachtablerow(xlsx["TABLE"]) |> DataFrame
3×2 DataFrame
 Row │ A         B   
     │ Any       Any 
─────┼───────────────
   10.753115  foo
   20.447895  bar
   30.236192  baz

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions