Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 38,299 for

path

(0.09 sec)
  1. 使用 NodeJS 将 SXC 转换为 MHTML

    利用Aspose.Cells Cloud SDK for NodeJS将SXC格式文件转换为MHTML格式文件。...require( 'fs' ); var path = require( 'path' ); const cellsApi =...

    products.aspose.cloud/cells/zh/nodejs/conversio...
  2. 使用 NodeJS 将 TXT 转换为 SXC

    利用Aspose.Cells Cloud SDK for NodeJS将TXT格式文件转换为SXC格式文件。...require( 'fs' ); var path = require( 'path' ); const cellsApi =...

    products.aspose.cloud/cells/zh/nodejs/conversio...
  3. 使用 PHP 将 XLTM 转换为 XLS

    利用Aspose.Cells Cloud SDK for PHP将XLTM格式文件转换为XLS格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.xltm' ; $format = 'xls'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/x...
  4. 使用 PHP 将 TSV 转换为 DIF

    利用 Aspose.Cells Cloud SDK for PHP 将 TSV 格式文件转换为 DIF 格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.tsv' ; $format = 'dif'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/t...
  5. 使用 PHP 将 CSV 转换为 TXT

    利用Aspose.Cells Cloud SDK for PHP将CSV格式文件转换为TXT格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.csv' ; $format = 'txt'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/c...
  6. 使用 PHP 将 HTML 转换为 JSON

    利用Aspose.Cells Cloud SDK for PHP将HTML格式文件转换为JSON格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.html' ; $format = 'json'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

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

    利用 Aspose.Cells Cloud SDK for PHP 将 HTML 格式文件转换为 TXT 格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.html' ; $format = 'txt'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/h...
  8. 使用 PHP 将 PNG 转换为 XLSX

    利用Aspose.Cells Cloud SDK for PHP将PNG格式文件转换为XLSX格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.png' ; $format = 'xlsx'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/p...
  9. 使用 PHP 将 ODS 转换为 JSON

    利用 Aspose.Cells Cloud SDK for PHP 将 ODS 格式文件转换为 JSON 格式文件。...getenv( "ProductClientSecret" )); $path = 'Book1.ods' ; $format = 'json'...instance -> cellsWorkbookPutConv ( $path , $format , $password , $outPath...

    products.aspose.cloud/cells/zh/php/conversion/o...
  10. Add a Border to a Word Document with NET REST API

    Follow this article to add a border to a Word document with NET REST API. It has the IDE details, steps, and a sample code demonstrating how to add a border in Word with C# Low Code API....the request object Set node path, border type, and destination...request object, and set the node path, and border type. Finally, call...

    kb.aspose.cloud/words/net/add-a-border-to-a-wor...