Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 21,314 for

worksheet

(0.06 sec)
  1. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  2. Security Features in Php|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....Protecting Worksheets in Php Unprotect a Worksheet in Php Page...

    docs.aspose.com/cells/java/security-features-in...
  3. 使用C++为交替行和列应用条件格式阴影|Documentation

    如何在C++中使用Aspose.Cells库为交替行列的条件格式添加阴影。通过调整这些条件,您可以更好地控制单元格的外观和显示。...Cells API提供了添加和操作 Worksheet 对象的条件格式规则的方法。这些规则可以以多种方式定...Workbook book ; // Access the Worksheet on which desired rule has...

    docs.aspose.com/cells/zh/cpp/apply-shading-to-a...
  4. Insert a Linked Picture from Web Address with N...

    Learn how to insert a linked picture from a web address into a Worksheet using Aspose.Cells for Node.js via C++....the web (http://) into a worksheet. To do so, specify the picture’s...picture from a web address to a worksheet. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/insert-a-linke...
  5. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。...workbook with the specified worksheet only. const loadOptions =...{ // Load everything from worksheet "Sheet2" this . setLoadDataFilterOpt...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  6. 使用Node.js导出带有网格线的Excel到HTML|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将带有网格线的Excel文件导出为HTML格式。...Workbook (); // Access first worksheet const ws = wb . getWorksheets...getWorksheets (). get ( 0 ); // Fill worksheet with some integer values for...

    docs.aspose.com/cells/zh/nodejs-cpp/export-exce...
  7. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  8. Managing OLE Objects|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....Inserting OLE Objects into the Worksheet Aspose.Cells for Python via...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/python-net/managing-ole-o...
  9. Aspose.Cells 16.11.0 的公共 API 变更。|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....CustomSettings (); // Accesses the 1st worksheet from the collection which...range A2:B9 Worksheet sheet = book . Worksheets [ 0 ]; // Adds...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. 用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....Cells提供了Worksheet.QueryTables集合,它按索引返回QueryTable类型的对象。它有以下两个属性...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/reading-and...