Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unexpected error in exporting to xls: ? bug

    Trying to export simple file
    .desc
    Contains data from alldata.dta
    obs: 494
    vars: 4 20 Jun 2018 15:39
    size: 25,688
    -----------------------------------------------------------------------------------
    storage display value
    variable name type format label variable label
    -----------------------------------------------------------------------------------
    entry str39 %39s Payee
    amount float %9.0g Amount
    date int %d
    myr str7 %9s
    -----------------------------------------------------------------------------------
    Sorted by:


    . export excel using "/Volumes/data/salah/CamCanData/OWN/!Bills/2017/mbna.xlsx", fi
    > rstrow(variables) nolabel replace
    _xlshwritestrcol(): 9901 Stata returned error
    export_excel_write_file(): - function returned error
    export_excel_export_file(): - function returned error
    <istmt>: - function returned error
    r(9901);

    . about

    Stata/MP 14.2 for Mac (64-bit Intel)
    Revision 29 Jan 2018
    Copyright 1985-2015 StataCorp LLC

    Total physical memory: 32.01 GB

Working...
X