Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 62,537 for

password

(0.08 sec)
  1. 使用 PHP 将 ODS 转换为 MD

    利用PHP的Aspose.Cells Cloud SDK将ODS格式文件转换为MD格式文件。...ods' ; $format = 'md' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/o...
  2. 使用 PHP 将 TXT 转换为 XPS

    利用PHP的Aspose.Cells Cloud SDK将TXT格式文件转换为XPS格式文件。...txt' ; $format = 'xps' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/t...
  3. 使用 PHP 将 SXC 转换为 WMF

    利用PHP的Aspose.Cells Cloud SDK将SXC格式文件转换为WMF格式文件。...sxc' ; $format = 'wmf' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/s...
  4. 使用 PHP 将 SXC 转换为 XLT

    利用PHP的Aspose.Cells Cloud SDK将SXC格式文件转换为XLT格式文件。...sxc' ; $format = 'xlt' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/s...
  5. 使用 PHP 将 TSV 转换为 XLSX

    利用PHP的Aspose.Cells Cloud SDK将TSV格式文件转换为XLSX格式文件。...tsv' ; $format = 'xlsx' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/t...
  6. 使用 PHP 将 SXC 转换为 TSV

    利用PHP的Aspose.Cells Cloud SDK将SXC格式文件转换为TSV格式文件。...sxc' ; $format = 'tsv' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/s...
  7. 使用 PHP 将 TXT 转换为 PDF

    利用PHP的Aspose.Cells Cloud SDK将TXT格式文件转换为PDF格式文件。...txt' ; $format = 'pdf' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/t...
  8. 使用 PHP 将 XLS 转换为 PPTX

    利用PHP的Aspose.Cells Cloud SDK将XLS格式文件转换为PPTX格式文件。...xls' ; $format = 'pptx' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/zh/php/conversion/x...
  9. index.md

    {{< blocks/products/cells/cells-cloud-banner h1="Convert CSV to DIF" h2="Java library for converting CSV to DIF" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflo......String format = "dif"; String password = null; String outPath = null;...cellsWorkbookPutConv(new File(name), format, password, outPath, null,null); if(response...

    products.aspose.cloud/cells/java/conversion/csv...
  10. index.md

    {{< blocks/products/cells/cells-cloud-banner h1="Convert FODS to XLSM" h2="Java library for converting FODS to XLSM" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet wor......String format = "xlsm"; String password = null; String outPath = null;...cellsWorkbookPutConv(new File(name), format, password, outPath, null,null); if(response...

    products.aspose.cloud/cells/java/conversion/fod...