Home
last modified time | relevance | path

Searched defs:write_formula (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/lib/Spreadsheet/WriteExcelXML/
H A DWorksheet.pm1699 sub write_formula{ subroutine
/dports/www/moodle311/moodle/lib/
H A Dexcellib.class.php280 public function write_formula($row, $col, $formula, $format = null) { function in MoodleExcelWorksheet
H A Dodslib.class.php234 public function write_formula($row, $col, $formula, $format = null) { function in MoodleODSWorksheet
/dports/www/moodle310/moodle/lib/
H A Dexcellib.class.php280 public function write_formula($row, $col, $formula, $format = null) { function in MoodleExcelWorksheet
H A Dodslib.class.php234 public function write_formula($row, $col, $formula, $format = null) { function in MoodleODSWorksheet
/dports/www/moodle39/moodle/lib/
H A Dexcellib.class.php280 public function write_formula($row, $col, $formula, $format = null) { function in MoodleExcelWorksheet
H A Dodslib.class.php234 public function write_formula($row, $col, $formula, $format = null) { function in MoodleODSWorksheet
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DWorksheet.pm2250 sub write_formula { subroutine
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DWorksheet.pm2599 sub write_formula { subroutine
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/
H A Dworksheet.py651 def write_formula(self, row, col, formula, cell_format=None, value=0): member in Worksheet