Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 31,977 for

password

(0.36 sec)
  1. Convert XLTX to XLSB using PHP

    Utilizing the Aspose.Cells Cloud SDK for PHP to convert a XLTX format file to a XLSB format file....xltx' ; $format = 'xlsb' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/php/conversion/xltx...
  2. Convert XLT to ODS using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLT format file to a ODS format file....string format = "ods" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xlt-...
  3. Convert XLSX to XML using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLSX format file to a XML format file....string format = "xml" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xlsx...
  4. Convert XLSM to XLSX using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLSM format file to a XLSX format file....string format = "xlsx" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xlsm...
  5. Convert XML to EMF using PHP

    Utilizing the Aspose.Cells Cloud SDK for PHP to convert a XML format file to a EMF format file....xml' ; $format = 'emf' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/php/conversion/xml-...
  6. Convert XML to EMF using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XML format file to a EMF format file....string format = "emf" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xml-...
  7. Convert XLT to DIF using PHP

    Utilizing the Aspose.Cells Cloud SDK for PHP to convert a XLT format file to a DIF format file....xlt' ; $format = 'dif' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/php/conversion/xlt-...
  8. Convert XLSM to XPS using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLSM format file to a XPS format file....string format = "xps" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xlsm...
  9. Convert XLTM to FODS using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLTM format file to a FODS format file....string format = "fods" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xltm...
  10. Convert XLSX to SVG using PHP

    Utilizing the Aspose.Cells Cloud SDK for PHP to convert a XLSX format file to a SVG format file....xlsx' ; $format = 'svg' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/php/conversion/xlsx...