Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 82,060 for

workbook

(0.06 sec)
  1. How to Convert JSON to PDF in Node.js

    This article guides on how to convert JSON to PDF in Node.js. It contains the list of tasks along with the IDE configuration and a runnable sample code demonstrating JSON to PDF converter in Node.js....source JSON file Instantiate a workbook and access a sheet from it...the sheet Save the output workbook as PDF using the SaveFormat...

    kb.aspose.com/cells/nodejs/how-to-convert-json-...
  2. Update XLSM File using Python | products.aspose...

    Modify XLSM 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/xlsm/
  3. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为PDF时限制生成的页数,使用编号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/zh/nodejs-cpp/limit-the-n...
  4. Verify that Cell Value Satisfies Data Validatio...

    Learn how to Verify Cell Value Satisfies Data Validation Rules through the Aspose.Cells for C++ API....Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/verify-that-cell-valu...
  5. 使用Node.js通过C++在工作表内旋转带有形状的文本|Documentation

    了解如何使用Aspose.Cells for Node.js via C++在Excel工作表内旋转带有形状的文本。... const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/rotate-text...
  6. 将文本文件作为工作簿打开|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.... Workbooks . OpenText ( @"OpenTextFilesAsWorkb...LoadFormat . CSV ); Workbook newWorkbook = new Workbook ( TextFile ,...

    docs.aspose.com/cells/zh/net/open-text-files-as...
  7. How to create a tornado chart with C++|Document...

    Learn how to create a tornado chart with Aspose.Cells for C++ API.... Finally, it saves the workbook to output XLSX format . The..."out.xlsx" ; // Create workbook Workbook wb ( inputFilePath );...

    docs.aspose.com/cells/cpp/create-tornado-chart/
  8. Update XLT File using Python | products.aspose.com

    Modify XLT document in Python applications without using Microsoft Excel....File in Python 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/xlt/
  9. How and Where to Use Enumerators with C++|Docum...

    Learn how to How and Where to Use Enumerators through the Aspose.Cells for C++ API....file in an instance of Workbook Workbook book ( srcDir + u "sample...file in an instance of Workbook Workbook book ( srcDir + u "sample...

    docs.aspose.com/cells/cpp/how-and-where-to-use-...
  10. 使用Node.js通过C++隐藏叠加内容CrossHideRight,保存为HTML|Docu...

    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....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...HTML with HtmlSaveOptions workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-over...