I have a spreadsheet in excel with three headers: Project Name The name of a project i\'m working on. Requested Role
i am trying to read an excel file in ruby and then take the data and insert it into a mysql database. I am using the spreadsheet::excel and mysql gems. for some reason i cannot seem to be able to use
Its a kind of vague question. I have a spreadsheet, with few hundred columns. Each column represents values of one variable which is continuous. I want to create a second spreadsheet with same number
There is a possibility that a user of my app may enter tens/hundreds/thousands of pieces of information into the app. For example, 开发者_运维知识库they may enter names, addresses, phone numbers of va
My application allows users to upload a spreadsheet and will proc开发者_JAVA技巧ess the sheet row wise. Now I need to develop an application to process a spreadsheet column wise. Is there a way to con
I would like to create a service that when started, initializes a connection to google spreadsheets and then periodically sends data to the spreadsheet from a database.
I am working with 2 sheets in a single spreadsheet and I want to link the items of cells of first sheet to the cells of second sheet so that when I make any change in a cell in one of the sheets the s
I am trying to install SpreadSheet::ParseExcel on Solaris but it fails with this error, Perl v5.8.0 required—this is only v5.6.1, stopped at
I have some code below: <div class=\"product-page-wrapper\"> <div class=\"product-page-img\">
I am using spreadsheet gem to generate a xls file in my applications public folder and then using the send_file method to send the file.