This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data_file = Roo::Excelx.new('spreadsheet.xlsx') | |
sheet1 = data_file.sheet(0) | |
sheet2 = data_file.sheet(1) | |
puts sheet1.row(1).inspect | |
puts sheet2.row(1).inspect | |
# Gives this output | |
["Sheet 2"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
If Not Session("loginokay") Then | |
Response.Redirect "gallerylogin.asp" | |
End If | |
%> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Gallery | IKC</title> | |
<!-- #Include file="references.html" --> |