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

workbook

(0.27 sec)
  1. Set Default Font while rendering spreadsheet to...

    Learn how to set default font while rendering spreadsheet to HTML using Aspose.Cells for C++....following sample code creates a workbook, adds some text to cell B4...non‑existent font. It then saves the workbook as HTML while specifying different...

    docs.aspose.com/cells/go-cpp/set-default-font-w...
  2. Find out if VBA Project is Protected|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....following sample code creates a workbook and then checks whether its...the VBA Project of an Excel Workbook Check if VBA Project is Protected...

    docs.aspose.com/cells/python-net/find-out-if-vb...
  3. Convert OTT to XLAM using Python or with free O...

    OTT to XLAM conversion in your Python applications without using Microsoft Word or Excel or online. Test free OTT to XLAM online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...spreadsheet outputs used to extend workbook functionality. This is useful...

    products.aspose.com/total/python-net/conversion...
  4. Convert WORDML to XLSB using Python or with fre...

    WORDML to XLSB conversion in your Python applications without using Microsoft Word or Excel or online. Test free WORDML to XLSB online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...efficient storage and large workbook handling. This is valuable...

    products.aspose.com/total/python-net/conversion...
  5. Convert POTM to XLTM using Python or with free ...

    POTM to XLTM conversion in your Python applications without using Microsoft Office or online. Test free POTM to XLTM online converter quickly before integrating the code....HTML file with an instance of Workbook class Call the save method...can be reused for structured workbook generation. This is valuable...

    products.aspose.com/total/python-net/conversion...
  6. Manage OLE in Presentations Using Java|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Java. Embed, update, and export OLE content seamlessly.... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/java/manage-ole/
  7. Convert DOT to XLTM using Python or with free O...

    DOT to XLTM conversion in your Python applications without using Microsoft Word or Excel or online. Test free DOT to XLTM online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...files for repeatable advanced workbook creation. This is useful where...

    products.aspose.com/total/python-net/conversion...
  8. 在PHP中将工作表转换为图像|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....ImageFormat (); //Instantiate a new workbook with path to an Excel file...file $book = new Workbook ( $dataDir . "MyTestBook1.xls" ); //Create...

    docs.aspose.com/cells/zh/java/converting-worksh...
  9. Missing page numbers in PDF Export - Free Suppo...

    Hi, I am using C++, Aspose.Cells 26.07 and the following code snippet: U16String fileName = outDir + u"input.xlsm"; U16String outfileNamePDF1 = outDir + u"out1.pdf"; Workbook wb = Aspose::Cells::Workbook(fileName); wb.…...pdf"; Workbook wb = Aspose::Cells::Workbook(fileName); wb...

    forum.aspose.com/t/missing-page-numbers-in-pdf-...
  10. Convert Range to JSON - Free Support Forum - as...

    Hi, I want to convert a range I have in excel to a JSON and I want to capture the range as is along with all the formatting. The idea is that I want to use these JSON values to later set the range properties in another w…...range properties in another workbook so I can create that exact...convert a range from an Excel workbook to JSON while capturing all...

    forum.aspose.com/t/convert-range-to-json/311994