Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 102,530 for

workbook

(0.69 sec)
  1. Create PdfBookmarkEntry for Chart Sheet with Ja...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfBookmarkEntry...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/create-pdf...
  2. Send Shape Front or Back inside the Worksheet w...

    Learn how to send a shape to the front or back in a worksheet using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/send-shape-fro...
  3. Updating Slicer with C++|Documentation

    This article shows how to update a slicer by using the Aspose.Cells for C++ API.... It then saves the workbook as the output Excel file ..."sampleUpdatingSlicer.xlsx" ; Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/updating-slicer/
  4. 如何在没有Excel的情况下通过Node.js和C++检查冻结状态|Documentation

    在本文中,您将学习如何使用带有C++库的Node.js以编程方式检查Excel工作表的冻结状态。...the workbook which contains frozen panes const workbook = new...AsposeCells . Workbook ( filePath ); const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chec...
  5. 用Node.js通过C++设置图表系列的数值格式代码|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置图表系列的数值格式代码。本指南将帮助您理解如何使用适当的格式代码格式化图表系列数据,从而专业、准确地展示您的数据。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-val...
  6. 页面设置与打印选项(C++)|Documentation

    配置页面设置和打印参数以控制打印过程,使用Aspose.Cells与C++。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/page-setup-and-pri...
  7. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "Sample.xlsx"...WorksheetCollection worksheets = workbook . GetWorksheets (); ShapeCollection...

    docs.aspose.com/cells/zh/cpp/export-equation/
  8. Get Validation Applied on a Cell with C++|Docum...

    This article shows how to apply validation on a cell with C++....Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-validation-applie...
  9. Convert Table to ODS with JavaScript via C++|Do...

    Learn how to convert an Excel file with a table to ODS format using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...selected file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/convert-ta...
  10. Change HyperlinkBase - Free Support Forum - asp...

    Hello, I need a function to change the HyperlinkBase like this: Workbook.Settings.HyperlinkBase = “.”; Instead of changing it manuylly: Open the Excel document for which you want to set a hyperlink base. On the File…...the HyperlinkBase like this: workbook.Settings.HyperlinkBase = “...HyperlinkBase in an Excel workbook programmatically, you can...

    forum.aspose.com/t/change-hyperlinkbase/314798