icoxfog417 / kintoneDotNET

サイボウズ社のkintoneを.NET Framework上で扱うためのライブラリです (※非公認)
http://icoxfog417.github.io/kintoneDotNET/Index.html
Apache License 2.0
14 stars 11 forks source link

Excelファイルをダウンロードした際、「読み取れない内容が含まれます」のエラーが発生する #22

Closed icoxfog417 closed 10 years ago

icoxfog417 commented 10 years ago

kintone上に添付したExcelファイルをAPIでダウンロードすると、「読み取れない内容が含まれます・・・」という警告が発生する場合がある。 ※発生しないExcelもある。Excel上のどんなデータに起因しているのかは不明

icoxfog417 commented 10 years ago

書き込み時にByte()にすることで解消したため、これで対応。 <参考> http://stackoverflow.com/questions/5842254/excel-and-unreadable-content-when-creating-an-open-xml-spreadsheet-with-memory