Daniel Correa
Daniel Correa
> Sorry, I can't show the sample file. > > ``` > require 'rubyXL' > > module RubyXL > class SheetMetadata < GenericStorageObject > CONTENT_TYPE = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml' > REL_TYPE =...
> Hi, using rubyXL, I am transforming an existing MS-Excel into a new one... When I open the new one, MS-Excel reports an error and tries to fix the errors......
> idk about @kyalpani, but I'm guessing my issue is related to #198. I'm hoping that the workaround suggested at the end of that issue (importing/exporting with RubyXL, repair with...
Hello Elvis, `function parse_data($api_response) { $lines_2 = explode("\n", $api_response); $header_2 = explode("\t", $lines_2[0]); $result_hash = array(); for ($i = 1; $i < count($lines_2); $i++) { $values_2 = explode("\t", $lines_2[$i]); $listing_id...