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

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

The newest version!
package spoiwo.model

object CellDataFormat {

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

}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy