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

workbook

(0.05 sec)
  1. 通过C++在Node.js中将VBA证书导出到文件或流|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将VBA数字证书导出到文件或流。访问VBA数字证书的原始数据。...excel file into workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sampleVBAProjectSign...

    docs.aspose.com/cells/zh/nodejs-cpp/export-vba-...
  2. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties while saving Excel files to HTML using Aspose.Cells for C++. Improve performance by reducing redundant image data....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleEnableCssCusto...SetEnableCssCustomPr ( true ); // Save the workbook in HTML format wb . Save (...

    docs.aspose.com/cells/cpp/enable-css-custom-pro...
  3. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in C++ to add conditional formatting for two color ratios and three color ratios. By adjusting these criteria, you have more control over how cells look and appear....\\ " ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/adding-2-color-scale-...
  4. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....(); // Create the workbook Workbook workbook ( u "combo.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-combo-chart/
  5. Create and Embed an Excel Chart as an OLE Objec...

    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....You create a Microsoft Excel workbook, create a chart and then create...ApplicationClass object. Create a new workbook with one sheet in it. Add...

    docs.aspose.com/slides/net/create-and-embed-an-...
  6. Precedents and Dependents with Node.js via C++|...

    Learn to trace precedent and dependent cells in spreadsheets using Aspose.Cells for Node.js via C++. Understand how to identify linked cells in complex financial worksheets....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/precedents-and...
  7. 向单元格添加超链接|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  8. 设置工作表的背景图片|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/set-background-pic...
  9. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont to all the text in a workbook that has a missing (not installed)...try to set Workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/net/set-defaultfont-prope...
  10. 在Ruby中显示或隐藏行列标题|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/display-or-hide-r...