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

workbook

(0.12 sec)
  1. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible....Features New Creating a New Workbook Open Different Ways to Open...Encrypting Excel Files Save Workbook to Strict Open XML Spreadsheet...

    docs.aspose.com/cells/net/developer-guide/
  2. Verify that Cell Value Satisfies Data Validatio...

    Learn how to verify cell value satisfies data validation rules through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/verify-tha...
  3. 在工作簿内或之间复制和移动工作表,使用Node.js和C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在工作簿内或之间复制和移动工作表。高效管理你的工作簿结构。... Workbook ( path . join ( dataDir ,...the first book within the workbook excelWorkbook1 . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-and-mo...
  4. Issue with Formulas (presence of @ before funct...

    Hi guys, Maybe some of you can help me find a solution to my case. I generate some algorithm with default constructor to generate a Workbook with sheets. (for a french version of Excel) In one column of the sheet nam…...constructor to generate a workbook with sheets. (for a french...when I open the generated Workbook : =@SOMME.SI.ENS(Prix!$R:$R;Prix...

    forum.aspose.com/t/issue-with-formulas-presence...
  5. 将CSV转换为JSON,使用C++|Documentation

    使用简单易用的Aspose.Cells for C++ API将CSV文件转换为JSON。...Csv ); // Load CSV file Workbook workbook ( srcDir + u "SampleCsv...worksheet Cell lastCell = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/convert-csv-to-json/
  6. Calculate Page Setup Scaling Factor with JavaSc...

    This article provides sample code explaining how to use the JavaScript API via C++ to calculate Page Setup scaling factor using the Fit to n page(s) wide by m tall option of an Excel worksheet programmatically...."text/javascript" > const { Workbook , SaveFormat , SheetRender...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  7. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the new option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...CSS Properties when saving Workbooks as HTML Aspose.Cells Product...CultureInfo of the thread/workbook is set according to the documents...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  8. Create Pivot Tables using Apache POI and Aspose...

    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 Workbook workbook = new Workbook (); //...worksheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/create-pivot-tables-...
  9. Retrieving SQL Connection Data with Node.js via...

    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....js via C++ provides the Workbook.dataConnections property for...ExternalConnection objects in the workbook. If the ExternalConnection...

    docs.aspose.com/cells/nodejs-cpp/retrieving-sql...
  10. HTML to Excel Worksheets - Free Support Forum -...

    Hello, I am having trouble exporting HTML to a Multisheet XLSX report. There is not a lot of documentation on doing this conversion. I am curious, when the HTML string is parsed, how does it know what are separate worksh…... Workbook workbook = new Workbook(mainStream, loadOptions);...at(isMhtml)); Workbook workbook = new Workbook(inputStream, loadOptions);...

    forum.aspose.com/t/html-to-excel-worksheets/252535