Sort Score
Result 10 results
Languages All
Labels All
Results 9,041 - 9,050 of 32,830 for

modeling

(0.49 sec)
  1. Save XLS as CSV using PHP

    Utilizing Aspose.Cells Cloud SDK for PHP to save XLS format file as CSV format file....$saveOptions = new \Aspose\Cells\Cloud\Model\SaveOptions(); $saveOptions...

    products.aspose.cloud/cells/php/saveas/xls-to-csv/
  2. Save TXT as XLS using PHP

    Utilizing Aspose.Cells Cloud SDK for PHP to save TXT format file as XLS format file....$saveOptions = new \Aspose\Cells\Cloud\Model\SaveOptions(); $saveOptions...

    products.aspose.cloud/cells/php/saveas/txt-to-xls/
  3. Save XLSM as MD using PHP

    Utilizing Aspose.Cells Cloud SDK for PHP to save XLSM format file as MD format file....$saveOptions = new \Aspose\Cells\Cloud\Model\SaveOptions(); $saveOptions...

    products.aspose.cloud/cells/php/saveas/xlsm-to-md/
  4. Save XLTM as ODS using PHP

    Utilizing Aspose.Cells Cloud SDK for PHP to save XLTM format file as ODS format file....$saveOptions = new \Aspose\Cells\Cloud\Model\SaveOptions(); $saveOptions...

    products.aspose.cloud/cells/php/saveas/xltm-to-...
  5. Save XLT as PPTX using PHP

    Utilizing Aspose.Cells Cloud SDK for PHP to save XLT format file as PPTX format file....$saveOptions = new \Aspose\Cells\Cloud\Model\SaveOptions(); $saveOptions...

    products.aspose.cloud/cells/php/saveas/xlt-to-p...
  6. Save GIF as ODS using PHP

    Utilizing Aspose.Cells Cloud SDK for PHP to save GIF format file as ODS format file....$saveOptions = new \Aspose\Cells\Cloud\Model\SaveOptions(); $saveOptions...

    products.aspose.cloud/cells/php/saveas/gif-to-ods/
  7. DOCX को Javascript में संपीड़ित करें

    Node SDK का उपयोग करके DOCX को छोटे आकार में संपीड़ित करें। JavaScript में DOCX सामग्री को अनुकूलित करें।...requestCompressOptio = new model. CompressOptions ({ imagesQuality...compressDocumentRequ = new model. CompressDocumentOnli ({ document...

    products.aspose.cloud/words/hi/nodejs/compress/...
  8. WORD C++ の透かし

    C++ の WORD に透かしを追加します。また、C++ API を使用して WORD から透かしを削除します。...make_shared <aspose::words::cloud::models::WatermarkDataImage>(); re...make_shared <aspose::words::cloud::models::FileReference>(requestImageStream));...

    products.aspose.cloud/words/ja/cpp/watermark/word/
  9. How can i convert a chart to image with aspose ...

    How can I convert a chart to an image using Aspose Cloud in Python? Hi everyone, I’m trying to convert a chart (e.g., from an Excel or Word document) into an image using Aspose Cloud with Python, but I’m not sure how to…...models import * from asposecellscloud...

    forum.aspose.cloud/t/how-can-i-convert-a-chart-...
  10. Converts a worksheet of spreadsheet on a local ...

    This method reads a spreadsheet file from the local file system, converts it's worksheet to the desired image format (e.g., svg, png, ...), and returns the converted result. \nThe source file path and target format must be specified correctly. \nEnsure that the necessary permissions are in place to read the source file and write the converted file if applicable. \nThe conversion process occurs entirely on the cloud server, eliminating the need for any cloud storage or external downloads. \nIf the source file does not exist, is inaccessible, or if an error occurs during the conversion process, an appropriate exception will be thrown. \nSupported formats for conversion depend on the available libraries and their capabilities....Model ; using Aspose.Cells.Cloud.SDK...

    products.aspose.cloud/cells/net/convert-workshe...