Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 104,120 for

workbook

(0.48 sec)
  1. Link Cells to XML Map Elements with C++|Documen...

    Learn how to link cells to XML Map elements using Aspose.Cells with C++....respectively, and finally saves the workbook in the output Excel file ...\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sample...

    docs.aspose.com/cells/cpp/link-cells-to-xml-map...
  2. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the Node.js API with C++ addons to determine if the paper size of a worksheet is set to automatic programmatically.... Workbook ( path . join ( dataDir ,...const wb2 = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/nodejs-cpp/determine-if-p...
  3. 使用 JavaScript 通过 C++ 使用正则表达式替换工作簿中的文本|Documenta...

    使用 C++ 通过 JavaScript 在工作簿中使用正则表达式替换文本..."text/javascript" > const { Workbook , SaveFormat , ReplaceOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  4. Get Cells Range with C++|Documentation

    Learn how to get a cells range through the Aspose.Cells for C++ API....example shows how to: Create a workbook. Add data to cells in the...Startup (); Workbook workbook ; Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-cells-range/
  5. 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...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiate the Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/excel-to-h...
  6. NdJson to Excel in reactive progreamming - Free...

    hi Team, we have a use case where we have NdJson stream coming over http and want to convert the json data into excel file . The json object will vary for different request. Is aspose going to use memory operation to par…...an Excel Workbook : Initialize an Aspose.Cells.Workbook object...Excel file. Add Data to the Workbook : For each parsed JSON object...

    forum.aspose.com/t/ndjson-to-excel-in-reactive-...
  7. 用 JavaScript 结合 C++ 管理 OLE 对象|Documentation

    学习如何在Aspose.Cells for JavaScript via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate a new Workbook. const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  8. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....object of the Workbook class Workbook workbook ; // Access the...collection Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  9. Freeze First Column(s) of Excel Worksheet with ...

    In this article, you will learn how to freeze left columns of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Construct a Workbook to open an existing file or...Instantiate a new Workbook Workbook workbook ( u "Freeze.xlsx"...

    docs.aspose.com/cells/cpp/how-to-freeze-columns...
  10. 在 Aspose.Cells 中锁定 WordArt 水印|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 (); //Get...default sheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/locking-wordart-wa...