class PIM::MappingExporter::ExcelExportDocument

Constants

EXCEL_CONTENT_TYPE
EXCEL_LOCATION_PATTERN

Public Instance Methods

split_location(location) click to toggle source
# File mapping-exporter.rb, line 132
def split_location location
  sheet, row, col = EXCEL_LOCATION_PATTERN.match(location).to_a[1..-1]
end