Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8354255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:29:49+00:00 2026-06-09T09:29:49+00:00

The date column in spreadsheet is formatted as ‘mm/dd/yyyy’ But when I read the

  • 0

The date column in spreadsheet is formatted as 'mm/dd/yyyy'
But when I read the above column via spreadsheet the format is different than the above format.

My code is as follows:

require 'spreadsheet'

Spreadsheet.client_encoding = 'UTF-8'
book = Spreadsheet.open params[:excel_file]
sheet1 = book.worksheet 0
sheet1.each do |row|
  row.set_format 1, Spreadsheet::Format.new(:number_format => 'MM/DD/YYYY')
  h = Hash.new
  h["name"] = row[0]
  h["date"] = row[1]
  ......
end

Currently h[“date”] is not retrieving properly. So How should I retrieve the date column properly with my original formatting. Can anyone help me to sort this out !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T09:29:51+00:00Added an answer on June 9, 2026 at 9:29 am

    row[1].date or row[1].datetime will get you the right value. I suppose you can set the format while writing it to excel not the other way round.

    Update
    I thought you just needed your excel date translated as ruby date.
    This should do the trick:
    excel_date = row[1].date
    ruby_date = excel_date.strftime('%m/%d/%Y')

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

ISQL Perform Screen: I have a date column (format=mmm-dd-yyyy) used for storing Date Manufactured.
I've a Date column in 'dd/mm/yyyy' format and Time column in 'HH:MM AM/PM' format
I've an excel spreadsheet with a column which has the date and time of
I have a date column where the date is displayed in the format 2009-11-18
I have a date column in a data frame in chr format as follows:
I'm using JS DataTable and the Date Column must be sortable. But it can't
I have a date column where the date format is 2010-04-14 in SQL Server.
I have an Excel spreadsheet where there is a date column, and the date
I have one Date column, formatted '17/03/2012'. I would like to be able select
I have a date column which is in YYYYMMDD or 20120101 format. This is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.