Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 82,036 for

workbook

(0.06 sec)
  1. Excel to HTML - Use PresentationPreference Opti...

    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....Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/excel-to-html-...
  2. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for Node.js via C++....excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into Pdf with Minimum size...

    docs.aspose.com/cells/nodejs-cpp/save-excel-int...
  3. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...Instantiate a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "Book1.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  4. 合并单元格|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....//Create a Workbook. Workbook wbk = new Workbook (); //Create...of merging" ); //Save the Workbook. wbk . save ( dataDir + "merge_Aspose...

    docs.aspose.com/cells/zh/java/merge-cells/
  5. Find out if VBA Project is Protected with C++|D...

    Check if the VBA project of an Excel file is protected using Aspose.Cells with C++....following sample code creates a workbook and then checks if its VBA...Cells-for-C // Create a workbook. Workbook wb ; // Access the VBA...

    docs.aspose.com/cells/cpp/find-out-if-vba-proje...
  6. Set Worksheet Tab Color in xlsx4j|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....//Instantiate a new Workbook Workbook workbook = new Workbook ( dataDir...dataDir + "workbook.xls" ); //Get the first worksheet in the book Worksheet...

    docs.aspose.com/cells/java/set-worksheet-tab-co...
  7. Set Worksheet Tab Color in Aspose.Cells|Documen...

    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....//Instantiate a new Workbook Workbook workbook = new Workbook ( dataPath...dataPath + "workbook.xls" ); //Get the first worksheet in the book Worksheet...

    docs.aspose.com/cells/java/set-worksheet-tab-co...
  8. 通过Node.js与C++密码保护或取消保护共享工作簿|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....C++也支持此功能,提供 Workbook.protectSharedWorkboo(string) 和 Workbook.unpro...file const workbook = new AsposeCells . Workbook (); // Protect...

    docs.aspose.com/cells/zh/nodejs-cpp/password-pr...
  9. Insert a Linked Picture from Web Address with C...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for C++....Instantiate a new Workbook Workbook workbook ; // Insert a linked...com/Images/aspose-logo.jpg" ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/insert-a-linked-pictu...
  10. 用C++读写带有查询表数据源的表格|Documentation

    学习如何用Aspose.Cells for C++读写带有QueryTable为数据源的表格。..." ); // Load workbook object Workbook workbook ( srcDir + u ...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/read-and-write-tab...