I hereby claim:
- I am amorde on github.
- I am amorde (https://keybase.io/amorde) on keybase.
- I have a public key whose fingerprint is D598 9E89 4211 A2B8 0D94 D317 FE98 0392 C49F 2AA4
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
require File.expand_path('../../spec_helper', __FILE__) | |
require 'webmock' | |
module Pod | |
describe Validator do | |
before do | |
WebMock.enable! | |
WebMock.disable_net_connect! | |
end |
<?php | |
// Requires PHPExcel to be installed | |
include 'PHPExcel.php'; | |
$excelFile = "Test.xls"; | |
$reader = PHPExcel_IOFactory::createReaderForFile($excelFile); | |
$phpExcel = $reader->load($excelFile); | |
$worksheet = $phpExcel->getSheet(); |