All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.norbitltd.spoiwo.model.CellDataFormat.scala Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.norbitltd.spoiwo.model

object CellDataFormat {

  def apply(formatString: String): CellDataFormat = CellDataFormat(Option(formatString))

}

case class CellDataFormat private (formatString: Option[String])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy