Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 82,029 for

workbook

(0.04 sec)
  1. 将带有表格的Excel文件转换为ODS格式,使用Node.js与C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件中的表转换为ODS格式。...in it const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); // Save the file workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-tab...
  2. Change the HTML Link Target Type with Node.js v...

    Learn how to change the HTML link target type using Aspose.Cells for Node.js via C++. Control the target attribute in your HTML links....html" ); const workbook = new AsposeCells . Workbook ( inputPath...HtmlLinkTargetType . Self ); workbook . save ( outputPath , opts...

    docs.aspose.com/cells/nodejs-cpp/change-the-htm...
  3. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...evaluated for a cell in an Excel workbook using Aspose.Cells, you can...cells # Load the workbook workbook = cells.Workbook("Book1.xlsx")...

    forum.aspose.com/t/access-rendered-value-of-cel...
  4. How to Merge Cells in Excel using Python

    This quick tutorial guides on how to merge cells in Excel using Python. It contains all the necessary resources required to configure the development environment, a detailed steps and a runnable sample code to merge two cells in Excel using Python....using Python , the resultant workbook can be saved as an XLSX or...to merge cells Create a new Workbook object Get a reference to...

    kb.aspose.com/cells/python/how-to-merge-cells-i...
  5. Export EXCEL to DOCX in Android or with free On...

    Android API to Convert EXCEL to DOCX without using Microsoft Word or online. Test free EXCEL to DOC online converter quickly before integrating the code....DOCX Open EXCEL file using Workbook class Convert EXCEL to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  6. Export XLTX to DOC in Android or with free Onli...

    Android API to Convert XLTX to DOC without using Microsoft Word or online. Test free XLTX to DOC online converter quickly before integrating the code....to DOC Open XLTX file using Workbook class Convert XLTX to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  7. Export XLSX to DOCX in Android or with free Onl...

    Android API to Convert XLSX to DOCX without using Microsoft Word or online. Test free XLSX to DOCX online converter quickly before integrating the code....DOCX Open XLSX file using Workbook class Convert XLSX to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  8. Export XLSX to WORD in Android or with free Onl...

    Android API to Convert XLSX to WORD without using Microsoft Word or online. Test free XLSX to WORD online converter quickly before integrating the code....WORD Open XLSX file using Workbook class Convert XLSX to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  9. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...2 ); // Save the PDF file workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  10. Update XLSB File using Python | products.aspose...

    Modify XLSB document in Python applications without using Microsoft Excel.... Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xlsb/